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