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

References

lib/IR/LegacyPassManager.cpp
  135   return PrintFuncNames.empty() || PrintFuncNames.count(FunctionName);
lib/LTO/LTO.cpp
 1336             ExportList->second.count(GUID)) ||
lib/LTO/ThinLTOCodeGenerator.cpp
  595             ExportList->second.count(GUID)) ||
lib/Transforms/IPO/FunctionImport.cpp
 1111       auto Import = ImportGUIDs.count(GUID);
 1133       auto Import = ImportGUIDs.count(GUID);
 1147       auto Import = ImportGUIDs.count(GUID);
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  545       if (Visited.count(LeftDesc))
tools/clang/tools/extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp
  129     if (MatchedTemplateLocations.count(Loc.getRawEncoding()) == 0) {
tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
  128         if (!m_function_names.count(name)) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
  100   if (m_negative_complete_class_cache.count(name) > 0)
tools/llvm-config/llvm-config.cpp
  648         if (!FullDyLibComponents.count(Lib)) {