Home
last modified time | relevance | path

Searched refs:COMPILE_TIME_ASSERT (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/builtins/
Demutls.c76 COMPILE_TIME_ASSERT(sizeof(uintptr_t) == sizeof(gcc_pointer)); in emutls_allocate_object()
77 COMPILE_TIME_ASSERT(sizeof(uintptr_t) == sizeof(void*)); in emutls_allocate_object()
Dint_util.h28 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__) macro
/external/webrtc/webrtc/base/
Dcommon.h174 #define COMPILE_TIME_ASSERT(expr) char CTA_UNIQUE_NAME[expr] macro
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp2327 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1] macro
2328 COMPILE_TIME_ASSERT(integerPartWidth % 2 == 0);
DAPFloat.cpp30 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1] macro
31 COMPILE_TIME_ASSERT(integerPartWidth % 4 == 0);