Searched refs:OMPT_STR_MATCH (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompt-general.cpp | 44 #ifndef OMPT_STR_MATCH 45 #define OMPT_STR_MATCH(haystack, needle) (!strcasecmp(haystack, needle)) macro 411 else if (OMPT_STR_MATCH(ompt_env_var, "disabled")) 413 else if (OMPT_STR_MATCH(ompt_env_var, "enabled")) 420 !OMPT_STR_MATCH(ompt_env_verbose_init, "disabled")) { 422 if (OMPT_STR_MATCH(ompt_env_verbose_init, "STDERR")) 424 else if (OMPT_STR_MATCH(ompt_env_verbose_init, "STDOUT"))
|
H A D | ompt-specific.h | 77 #define OMPT_STR_MATCH(haystack, needle) __kmp_str_match(haystack, 0, needle) macro
|