Searched refs:__kmp_strcasecmp_with_sentinel (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.cpp | 152 static int __kmp_strcasecmp_with_sentinel(char const *a, char const *b, in __kmp_strcasecmp_with_sentinel() function 406 if (!__kmp_strcasecmp_with_sentinel("routine", value, '=')) { in __kmp_stg_parse_par_range() 422 if (!__kmp_strcasecmp_with_sentinel("filename", value, '=')) { in __kmp_stg_parse_par_range() 438 if ((!__kmp_strcasecmp_with_sentinel("range", value, '=')) || in __kmp_stg_parse_par_range() 439 (!__kmp_strcasecmp_with_sentinel("incl_range", value, '='))) { in __kmp_stg_parse_par_range() 454 if (!__kmp_strcasecmp_with_sentinel("excl_range", value, '=')) { in __kmp_stg_parse_par_range() 588 if (!__kmp_strcasecmp_with_sentinel("all", value, 0)) { in __kmp_stg_parse_device_thread_limit() 1249 if (!__kmp_strcasecmp_with_sentinel("all", value, 0)) { in __kmp_stg_parse_num_threads() 1431 if (!__kmp_strcasecmp_with_sentinel("mandatory", scan, 0)) { in __kmp_stg_parse_target_offload() 1433 } else if (!__kmp_strcasecmp_with_sentinel("disabled", scan, 0)) { in __kmp_stg_parse_target_offload() [all …]
|