Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dfixxfti_test.c36 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);
H A Dfloatuntisf_test.c32 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);
H A Dfloatuntixf_test.c34 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);
H A Dfloattixf_test.c34 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);
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dint_util.h26 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__) macro
H A Demutls.c291 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()