Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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()
/freebsd-12-stable/sys/mips/mips/
Dtlb.c69 COMPILE_TIME_ASSERT(POPCNT(TLBMASK_MASK) % 2 == 0);