Home
last modified time | relevance | path

Searched defs:BUILD_BUG_ON (Results 1 – 1 of 1) sorted by relevance

/u-boot/include/linux/
A Dbuild_bug.h13 #define BUILD_BUG_ON(condition) (0) macro
67 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) macro
69 #define BUILD_BUG_ON(condition) \ macro

Completed in 4 milliseconds