Searched refs:COMPILE_TIME_ASSERT (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/mips/mips/
H A Dtlb.c58 COMPILE_TIME_ASSERT(POPCNT(TLBMASK_MASK) % 2 == 0);
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp38 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1] macro
39 COMPILE_TIME_ASSERT(integerPartWidth % 4 == 0);
H A DAPInt.cpp2272 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1] macro
2273 COMPILE_TIME_ASSERT(integerPartWidth % 2 == 0);

Completed in 63 milliseconds