Home
last modified time | relevance | path

Searched refs:unordered_set (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dunordered_set17 unordered_set synopsis
26 class unordered_set
50 unordered_set()
55 explicit unordered_set(size_type n, const hasher& hf = hasher(),
59 unordered_set(InputIterator f, InputIterator l,
64 unordered_set(from_range_t, R&& rg, size_type n = see below,
67 explicit unordered_set(const allocator_type&);
68 unordered_set(const unordered_set&);
69 unordered_set(const unordered_set&, const Allocator&);
70 unordered_set(unordered_set&&)
[all …]
H A Dversion23 <unordered_set> <vector>
30 <unordered_set>
32 <unordered_set>
86 <unordered_set> <vector>
98 … <unordered_map> <unordered_set> <vector>
123 __cpp_lib_generic_unordered_lookup 201811L <unordered_map> <unordered_set>
168 <unordered_set>
172 … <unordered_map> <unordered_set> <vector>
/freebsd/contrib/llvm-project/libcxx/include/
H A Dunordered_set17 unordered_set synopsis
26 class unordered_set
50 unordered_set()
55 explicit unordered_set(size_type n, const hasher& hf = hasher(),
59 unordered_set(InputIterator f, InputIterator l,
64 unordered_set(from_range_t, R&& rg, size_type n = see below,
67 explicit unordered_set(const allocator_type&);
68 unordered_set(const unordered_set&);
69 unordered_set(const unordered_set&, const Allocator&);
70 unordered_set(unordered_set&&)
[all …]
H A Dversion24 <unordered_set> <vector>
31 <unordered_set>
33 <unordered_set>
93 <unordered_set> <vector>
105 … <unordered_map> <unordered_set> <vector>
132 __cpp_lib_generic_unordered_lookup 201811L <unordered_map> <unordered_set>
179 <unordered_set>
183 … <unordered_map> <unordered_set> <vector>
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dunordered_set
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dunordered_set.cppm
/freebsd/usr.bin/dtc/
H A Dfdt.hh82 typedef std::unordered_set<std::string> string_set;
414 std::unordered_set<std::string> labels;
500 std::unordered_set<std::string> deleted_children;
504 std::unordered_set<std::string> deleted_props;
531 std::unordered_set<std::string> &&l,
585 inline const std::unordered_set<std::string> &deleted_child_nodes() in deleted_child_nodes()
592 inline const std::unordered_set<std::string> &deleted_properties() in deleted_properties()
628 std::unordered_set<std::string> &&label=std::unordered_set<std::string>(),
822 std::unordered_set<std::string> phandle_targets;
H A Dinput_buffer.hh286 std::unordered_set<std::string> defines;
331 std::unordered_set<std::string> &&d, in text_input_buffer()
H A Dfdt.cc879 std::unordered_set<string> &&l, in node()
898 std::unordered_set<string> child_labels; in node()
1055 std::unordered_set<std::string> &&l, in parse()
1512 std::unordered_set<node_ptr> previously_referenced_nodes; in garbage_collect_marked_nodes()
1513 std::unordered_set<node_ptr> newly_referenced_nodes; in garbage_collect_marked_nodes()
2018 std::unordered_set<string> defnames; in parse_dts()
2291 std::unordered_set<string>(), in parse_define()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp259 std::unordered_set<size_t> heads; in BasicSuperBlockMerge()
268 std::unordered_map<lldb::addr_t, std::unordered_set<lldb::addr_t>> head_map; in BasicSuperBlockMerge()
282 const std::unordered_set<lldb::addr_t> predecessor_set = it.second; in BasicSuperBlockMerge()
290 std::unordered_set<lldb::addr_t> tails; in BasicSuperBlockMerge()
291 std::unordered_map<lldb::addr_t, std::unordered_set<lldb::addr_t>> tail_map; in BasicSuperBlockMerge()
308 const std::unordered_set<lldb::addr_t> successor_set = it.second; in BasicSuperBlockMerge()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileRegex.h28 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
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h113 std::unordered_set<size_t> FunctionsWithDFT;
133 std::unordered_set<std::string> CorporaHashes;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMergeRegionExitTargets.cpp43 std::unordered_set<BasicBlock *> gatherSuccessors(BasicBlock *BB) { in gatherSuccessors()
44 std::unordered_set<BasicBlock *> output; in gatherSuccessors()
225 std::unordered_set<BasicBlock *> ExitTargets; in validateRegionExits()
H A DSPIRVEmitIntrinsics.cpp67 std::unordered_set<Value *> Named;
99 std::unordered_set<Instruction *> TypeValidated;
107 Type *deduceElementTypeHelper(Value *I, std::unordered_set<Value *> &Visited,
113 std::unordered_set<Value *> &Visited,
116 std::unordered_set<Value *> &Visited,
124 std::unordered_set<Value *> &Visited,
158 std::unordered_set<Function *> &FVisited);
181 std::unordered_set<Value *> &Visited,
448 std::unordered_set<Value *> Visited; in propagateElemTypeRec()
457 std::unordered_set<Value *> &Visited, in propagateElemTypeRec()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp24 const std::unordered_set<std::string> &func_names, bool exact_match) in BreakpointResolverFileRegex()
52 std::unordered_set<std::string> names_set; in CreateFromStructuredData()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_redefine_builtins.h50 using unordered_set = Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSpecialSymbolMap.inc79 SYMBOL(begin, std::, <unordered_set>)
93 SYMBOL(cbegin, std::, <unordered_set>)
107 SYMBOL(cend, std::, <unordered_set>)
121 SYMBOL(crbegin, std::, <unordered_set>)
135 SYMBOL(crend, std::, <unordered_set>)
149 SYMBOL(data, std::, <unordered_set>)
163 SYMBOL(empty, std::, <unordered_set>)
177 SYMBOL(end, std::, <unordered_set>)
191 SYMBOL(rbegin, std::, <unordered_set>)
205 SYMBOL(rend, std::, <unordered_set>)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp153 static std::unordered_set<std::string> Set(FilterPasses.begin(), in isPassInPrintList()
161 static std::unordered_set<std::string> PrintFuncNames(PrintFuncsList.begin(), in isFunctionInPrintList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h63 std::unordered_set<lldb::tid_t> m_threads_to_save;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp212 std::unordered_set<BasicBlock *>
215 std::unordered_set<BasicBlock *> Output; in findPathsToMatch()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolFunc.cpp37 std::unordered_set<std::string> SeenNames; in FunctionArgEnumerator()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h199 std::unordered_set<lldb::TargetSP> m_in_process_target_list;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1286 JsExtraKeywords = std::unordered_set<IdentifierInfo *>( in AdditionalKeywords()
1305 VerilogExtraKeywords = std::unordered_set<IdentifierInfo *>( in AdditionalKeywords()
1350 TableGenExtraKeywords = std::unordered_set<IdentifierInfo *>({ in AdditionalKeywords()
1933 std::unordered_set<IdentifierInfo *> JsExtraKeywords;
1936 std::unordered_set<IdentifierInfo *> CSharpExtraKeywords;
1939 std::unordered_set<IdentifierInfo *> VerilogExtraKeywords;
1942 std::unordered_set<IdentifierInfo *> TableGenExtraKeywords;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h65 using LVElementSet = std::unordered_set<LVElement *>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h186 std::unordered_set<std::string> m_class_names;
452 typedef std::unordered_set<ConstString, ConstStringSetHelpers,

123