Searched refs:COMPILE_TIME_ASSERT (Results 1 – 6 of 6) sorted by relevance
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);
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);
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);
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()