reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_settings.cpp
 5335     if ((FIND(aff_str, "none") == NULL) &&
 5336         (FIND(aff_str, "physical") == NULL) &&
 5337         (FIND(aff_str, "logical") == NULL) &&
 5338         (FIND(aff_str, "compact") == NULL) &&
 5339         (FIND(aff_str, "scatter") == NULL) &&
 5340         (FIND(aff_str, "explicit") == NULL) &&
 5341         (FIND(aff_str, "balanced") == NULL) &&
 5342         (FIND(aff_str, "disabled") == NULL)) {
tools/lldb/source/DataFormatters/FormatManager.cpp
  105       if (strcasestr(g_format_infos[i].format_name, format_name) ==
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
   80               strcasestr(symfile_spec.GetPath().c_str(),
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  535         if (strcasestr(symfile_dir_cstr, ".dsym")) {