Home
last modified time | relevance | path

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

/external/bpftool/include/linux/
Dbuild_bug.h33 #define BUILD_BUG_ON(condition) \ macro
/external/igt-gpu-tools/benchmarks/
Dewma.h6 #define BUILD_BUG_ON(expr) macro
/external/erofs-utils/include/erofs/
Ddefs.h91 #define BUILD_BUG_ON(condition) static_assert(!(condition)) macro
93 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2 * !!(condition)])) macro
95 #define BUILD_BUG_ON(condition) assert(!(condition)) macro
/external/iproute2/include/
Dutils.h208 #define BUILD_BUG_ON(cond) ((void)sizeof(char[1 - 2 * !!(cond)])) macro