Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dompt-general.cpp44 #ifndef OMPT_STR_MATCH
45 #define OMPT_STR_MATCH(haystack, needle) (!strcasecmp(haystack, needle)) macro
408 else if (OMPT_STR_MATCH(ompt_env_var, "disabled"))
410 else if (OMPT_STR_MATCH(ompt_env_var, "enabled"))
417 !OMPT_STR_MATCH(ompt_env_verbose_init, "disabled")) {
419 if (OMPT_STR_MATCH(ompt_env_verbose_init, "STDERR"))
421 else if (OMPT_STR_MATCH(ompt_env_verbose_init, "STDOUT"))
H A Dompt-specific.h69 #define OMPT_STR_MATCH(haystack, needle) __kmp_str_match(haystack, 0, needle) macro