Searched defs:BUILD_BUG_ON (Results 1 – 3 of 3) sorted by relevance
7 #define BUILD_BUG_ON(x) macro
49 #define BUILD_BUG_ON(condition) \ macro
38 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) macro