Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Demutls.c72 COMPILE_TIME_ASSERT(sizeof(size_t) == sizeof(gcc_word)); in emutls_allocate_object()
73 COMPILE_TIME_ASSERT(sizeof(uintptr_t) == sizeof(gcc_pointer)); in emutls_allocate_object()
74 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/webrtc/webrtc/base/
Dcommon.h174 #define COMPILE_TIME_ASSERT(expr) char CTA_UNIQUE_NAME[expr] macro