Home
last modified time | relevance | path

Searched defs:COMPILER_CHECK (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h257 #define COMPILER_CHECK(pred) IMPL_COMPILER_ASSERT(pred, __LINE__) macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h332 #define COMPILER_CHECK(pred) static_assert(pred, "") macro