Home
last modified time | relevance | path

Searched defs:COMPILE_TIME_ASSERT (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/builtins/
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
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c135 #define COMPILE_TIME_ASSERT(boolexp) \ macro
141 #define COMPILE_TIME_ASSERT(boolexp) \ macro
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c164 #define COMPILE_TIME_ASSERT(boolexp) \ macro
170 #define COMPILE_TIME_ASSERT(boolexp) \ macro