Searched defs:KMP_DEBUG_ASSERT2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debug.h45 #define KMP_DEBUG_ASSERT2(cond, msg) KMP_ASSERT2(cond, msg) macro
55 #define KMP_DEBUG_ASSERT2(cond, msg) /* Nothing */ macro
62 #define KMP_DEBUG_ASSERT2(cond, msg) /* Nothing */ macro

Completed in 155 milliseconds