Home | History | Annotate | Download | only in Support

Lines Matching refs:COMPILE_TIME_ASSERT

31 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1]
32 COMPILE_TIME_ASSERT(integerPartWidth % 4 == 0);