Home
last modified time | relevance | path

Searched refs:__kmp_msg_error_mesg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.h118 kmp_msg_t __kmp_msg_error_mesg(char const *mesg);
124 #define KMP_SYSERRMESG(mesg) __kmp_msg_error_mesg(mesg)
H A Dkmp_i18n.cpp777 kmp_msg_t __kmp_msg_error_mesg(char const *mesg) { in __kmp_msg_error_mesg() function