Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dompt-general.cpp44 #ifndef OMPT_STR_MATCH
45 #define OMPT_STR_MATCH(haystack, needle) (!strcasecmp(haystack, needle)) macro
390 else if (OMPT_STR_MATCH(ompt_env_var, "disabled"))
392 else if (OMPT_STR_MATCH(ompt_env_var, "enabled"))
399 !OMPT_STR_MATCH(ompt_env_verbose_init, "disabled")) {
401 if (OMPT_STR_MATCH(ompt_env_verbose_init, "STDERR"))
403 else if (OMPT_STR_MATCH(ompt_env_verbose_init, "STDOUT"))
Dompt-specific.h69 #define OMPT_STR_MATCH(haystack, needle) __kmp_str_match(haystack, 0, needle) macro