Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_debug.h40 #define KMP_ASSERT2(cond, msg) \ macro
53 #define KMP_ASSERT2(cond, msg) KMP_ASSERT(cond) macro
60 #define KMP_ASSERT2(cond, msg) /* Nothing */ macro