Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
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
Dz_Windows_NT_util.cpp667 KMP_DEBUG_ASSERT2(h && ret, "OpenMP RTL cannot find itself loaded"); in __kmp_runtime_initialize()
Dkmp_affinity.cpp5121 KMP_DEBUG_ASSERT2(KMP_AFFINITY_CAPABLE(), in __kmp_balanced_affinity()