Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dint_util.h28 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__)
29 #define COMPILE_TIME_ASSERT1(expr, cnt) COMPILE_TIME_ASSERT2(expr, cnt) macro