Home
last modified time | relevance | path

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

/freebsd/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
H A Dz_Windows_NT_util.cpp708 KMP_DEBUG_ASSERT2(h && ret, "OpenMP RTL cannot find itself loaded"); in __kmp_runtime_initialize()
H A Dkmp_affinity.cpp5490 KMP_DEBUG_ASSERT2(KMP_AFFINITY_CAPABLE(), in __kmp_balanced_affinity()