Searched refs:IMPL_COMPILER_ASSERT (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h259 #define COMPILER_CHECK(pred) IMPL_COMPILER_ASSERT(pred, __LINE__)
264 #define IMPL_COMPILER_ASSERT(pred, line) \ macro

Completed in 61 milliseconds