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

References

include/llvm/Transforms/IPO/FunctionImport.h
   37   using FunctionsToImportTy = std::unordered_set<GlobalValue::GUID>;
  101   using ExportSetTy = std::unordered_set<GlobalValue::GUID>;
lib/Analysis/SyncDependenceAnalysis.cpp
  150   std::unordered_set<const BasicBlock *> PendingUpdates;
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
   36     std::unordered_set<std::string> SeenNames;
lib/IR/LegacyPassManager.cpp
  133   static std::unordered_set<std::string> PrintFuncNames(PrintFuncsList.begin(),
tools/clang/lib/Format/FormatToken.h
  958   std::unordered_set<IdentifierInfo *> JsExtraKeywords;
  961   std::unordered_set<IdentifierInfo *> CSharpExtraKeywords;
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  541     std::unordered_set<int> Visited;
tools/clang/tools/extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.h
   32   std::unordered_set<unsigned> MatchedTemplateLocations;
tools/clang/tools/extra/clang-tidy/misc/UnusedParametersCheck.cpp
   78   const std::unordered_set<const CallExpr *> &
   83   const std::unordered_set<const DeclRefExpr *> &
  113     std::unordered_set<const CallExpr *> Calls;
  114     std::unordered_set<const DeclRefExpr *> OtherRefs;
tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp
   48   static std::unordered_set<std::string> AllTypes = {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  854   std::unordered_set<std::string> seenFiles;
tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  641   std::unordered_set<std::string> m_name_list; // If not empty, this is the name
tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
   28       const std::unordered_set<std::string> &func_name_set, bool exact_match);
   67   std::unordered_set<std::string> m_function_names; // Limit the search to
tools/lldb/include/lldb/Target/Process.h
 2627   typedef std::unordered_set<const void *> WarningsPointerSet;
tools/lldb/include/lldb/Target/Target.h
  602       const std::unordered_set<std::string> &function_names,
tools/lldb/source/API/SBTarget.cpp
 1058     std::unordered_set<std::string> func_names_set;
tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
   24     const std::unordered_set<std::string> &func_names, bool exact_match)
   54   std::unordered_set<std::string> names_set;
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  525     std::unordered_set<std::string> m_source_regex_func_names;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
  172     std::unordered_set<std::string> m_class_names;
  411   typedef std::unordered_set<ConstString, ConstStringSetHelpers,
tools/lldb/source/Target/StopInfo.cpp
  282       std::unordered_set<break_id_t> precondition_breakpoints;
  417             std::pair<std::unordered_set<break_id_t>::iterator, bool> result =
tools/lldb/source/Target/Target.cpp
  307     const std::unordered_set<std::string> &function_names,
 1025     std::unordered_set<lldb::break_id_t> processed_bkpts;
 1033         std::pair<std::unordered_set<lldb::break_id_t>::iterator, bool>
tools/llvm-config/llvm-config.cpp
  638       std::unordered_set<std::string> FullDyLibComponents;
tools/llvm-objcopy/ELF/Object.cpp
 1831   std::unordered_set<const SectionBase *> RemoveSections;
tools/llvm-readobj/ELFDumper.cpp
  440   std::unordered_set<std::string> Warnings;
unittests/Support/FileCheckTest.cpp
   34 static std::string toString(const std::unordered_set<std::string> &Set) {
   46 expectUndefErrors(std::unordered_set<std::string> ExpectedUndefVarNames,
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
  261   std::unordered_set<unsigned> AllDefRegisters;
usr/include/c++/7.4.0/bits/unordered_set.h
  174       unordered_set(const unordered_set&) = default;
  177       unordered_set(unordered_set&&) = default;
  193       unordered_set(const unordered_set& __uset,
  203       unordered_set(unordered_set&& __uset,
  228       : unordered_set(__n, hasher(), key_equal(), __a)
  233       : unordered_set(__n, __hf, key_equal(), __a)
  240 	: unordered_set(__first, __last, __n, hasher(), key_equal(), __a)
  247 	: unordered_set(__first, __last, __n, __hf, key_equal(), __a)
  253       : unordered_set(__l, __n, hasher(), key_equal(), __a)
  259       : unordered_set(__l, __n, __hf, key_equal(), __a)
  263       unordered_set&
  264       operator=(const unordered_set&) = default;
  267       unordered_set&
  268       operator=(unordered_set&&) = default;
  281       unordered_set&
  584       swap(unordered_set& __x)
  803         operator==(const unordered_set<_Value1, _Hash1, _Pred1, _Alloc1>&,
  804 		   const unordered_set<_Value1, _Hash1, _Pred1, _Alloc1>&);
 1521     swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
 1522 	 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
 1535     operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
 1536 	       const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
 1541     operator!=(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
 1542 	       const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)