Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp45 #ifndef OMPT_STR_MATCH
46 #define OMPT_STR_MATCH(haystack, needle) (!strcasecmp(haystack, needle)) macro
416 else if (OMPT_STR_MATCH(ompt_env_var, "disabled"))
418 else if (OMPT_STR_MATCH(ompt_env_var, "enabled"))
425 !OMPT_STR_MATCH(ompt_env_verbose_init, "disabled")) {
427 if (OMPT_STR_MATCH(ompt_env_verbose_init, "STDERR"))
429 else if (OMPT_STR_MATCH(ompt_env_verbose_init, "STDOUT"))
H A Dompt-specific.h92 #define OMPT_STR_MATCH(haystack, needle) __kmp_str_match(haystack, 0, needle) macro