Searched refs:COMPILE_TIME_ASSERT (Results 1 – 5 of 5) sorted by relevance
76 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()
28 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__) macro
174 #define COMPILE_TIME_ASSERT(expr) char CTA_UNIQUE_NAME[expr] macro
2327 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1] macro2328 COMPILE_TIME_ASSERT(integerPartWidth % 2 == 0);
30 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1] macro31 COMPILE_TIME_ASSERT(integerPartWidth % 4 == 0);