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

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debug.h44 #define KMP_DEBUG_ASSERT(cond) KMP_ASSERT(cond) macro
54 #define KMP_DEBUG_ASSERT(cond) /* Nothing */ macro
61 #define KMP_DEBUG_ASSERT(cond) /* Nothing */ macro
H A Dkmp_runtime.cpp4069 KMP_DEBUG_ASSERT(level < max_level); function
[all...]
H A Dkmp_settings.cpp1845 KMP_DEBUG_ASSERT(j < bp_last_bar && k < bp_last_bar); function
[all...]

Completed in 128 milliseconds