Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/builtins/Unit/
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);
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);
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);
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);
/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/llvm-project/compiler-rt/lib/builtins/
Dint_util.h26 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__) macro
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()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c135 #define COMPILE_TIME_ASSERT(boolexp) \ macro
141 #define COMPILE_TIME_ASSERT(boolexp) \ macro
754 COMPILE_TIME_ASSERT(TICKS_PER_SEC > 1000000 && in pick_quickcompress_mode()
/external/rust/crates/libz-sys/src/zlib-ng/
Dconfigure757 COMPILE_TIME_ASSERT(sizeof(int32_t) == sizeof(void *));
767 COMPILE_TIME_ASSERT(sizeof(int64_t) == sizeof(void *));
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c164 #define COMPILE_TIME_ASSERT(boolexp) \ macro
170 #define COMPILE_TIME_ASSERT(boolexp) \ macro
976 COMPILE_TIME_ASSERT(TICKS_PER_SEC > 1000000 && in pick_quickcompress_mode()