Lines Matching defs:COMPILE_TIME_ASSERT
2272 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1]2273 COMPILE_TIME_ASSERT(integerPartWidth % 2 == 0);