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