Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_settings.cpp5005 char *attr_ptr; in __kmp_stg_parse_hw_subset() local
5025 attr_ptr = strchr(core_components[j], ':'); in __kmp_stg_parse_hw_subset()
5031 if (attr_ptr) { in __kmp_stg_parse_hw_subset()
5035 if (__kmp_str_match("intel_core", -1, attr_ptr + 1)) { in __kmp_stg_parse_hw_subset()
5037 } else if (__kmp_str_match("intel_atom", -1, attr_ptr + 1)) { in __kmp_stg_parse_hw_subset()
5041 if (__kmp_str_match("eff", 3, attr_ptr + 1)) { in __kmp_stg_parse_hw_subset()
5042 const char *number = attr_ptr + 1; in __kmp_stg_parse_hw_subset()
5054 *attr_ptr = '\0'; // cut the attribute from the component in __kmp_stg_parse_hw_subset()