Lines Matching defs:COMPILE_TIME_ASSERT
38 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1]39 COMPILE_TIME_ASSERT(integerPartWidth % 4 == 0);