Searched defs:COMPILE_TIME_ASSERT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp32 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1] macro
H A DAPInt.cpp2272 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1] macro

Completed in 34 milliseconds