Searched defs:COMPILE_ASSERT (Results 1 – 4 of 4) sorted by relevance
19 #define COMPILE_ASSERT(expression) switch(0){case 0: case expression:;} macro
29 #define COMPILE_ASSERT(expr, msg) static_assert(expr, #msg) macro
124 #define COMPILE_ASSERT(expr, msg) static_assert(expr, #msg) macro131 #define COMPILE_ASSERT(expr, msg) \ macro
82 #define COMPILE_ASSERT(expr, msg) \ macro