Searched refs:__kmp_debug_assert (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debug.h34 extern int __kmp_debug_assert(char const *expr, char const *file, int line);
38 __kmp_debug_assert(#cond, __FILE__, __LINE__); \
42 __kmp_debug_assert((msg), __FILE__, __LINE__); \
51 __kmp_debug_assert("assertion failure", __FILE__, __LINE__); \
H A Dkmp_debug.cpp39 int __kmp_debug_assert(char const *msg, char const *file, int line) { function
79 } // __kmp_debug_assert

Completed in 104 milliseconds