Searched refs:COMPILE_TIME_ASSERT (Results 1 – 11 of 11) sorted by relevance
32 COMPILE_TIME_ASSERT(sizeof(tu_int) == 2*sizeof(du_int));33 COMPILE_TIME_ASSERT(sizeof(tu_int)*CHAR_BIT == 128);34 COMPILE_TIME_ASSERT(sizeof(float)*CHAR_BIT == 32);
36 COMPILE_TIME_ASSERT(sizeof(ti_int) == 2*sizeof(di_int));37 COMPILE_TIME_ASSERT(sizeof(su_int)*CHAR_BIT == 32);38 COMPILE_TIME_ASSERT(sizeof(long double)*CHAR_BIT == 128);
34 COMPILE_TIME_ASSERT(sizeof(tu_int) == 2*sizeof(du_int));35 COMPILE_TIME_ASSERT(sizeof(tu_int)*CHAR_BIT == 128);36 COMPILE_TIME_ASSERT(sizeof(long double)*CHAR_BIT == 128);
34 COMPILE_TIME_ASSERT(sizeof(ti_int) == 2*sizeof(di_int));35 COMPILE_TIME_ASSERT(sizeof(ti_int)*CHAR_BIT == 128);36 COMPILE_TIME_ASSERT(sizeof(long double)*CHAR_BIT == 128);
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
26 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__) macro
291 COMPILE_TIME_ASSERT(sizeof(uintptr_t) == sizeof(gcc_pointer)); in emutls_allocate_object()292 COMPILE_TIME_ASSERT(sizeof(uintptr_t) == sizeof(void *)); in emutls_allocate_object()
135 #define COMPILE_TIME_ASSERT(boolexp) \ macro141 #define COMPILE_TIME_ASSERT(boolexp) \ macro754 COMPILE_TIME_ASSERT(TICKS_PER_SEC > 1000000 && in pick_quickcompress_mode()
757 COMPILE_TIME_ASSERT(sizeof(int32_t) == sizeof(void *));767 COMPILE_TIME_ASSERT(sizeof(int64_t) == sizeof(void *));
164 #define COMPILE_TIME_ASSERT(boolexp) \ macro170 #define COMPILE_TIME_ASSERT(boolexp) \ macro976 COMPILE_TIME_ASSERT(TICKS_PER_SEC > 1000000 && in pick_quickcompress_mode()