Home
last modified time | relevance | path

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

12

/freebsd-src/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(cons
[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-src/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.hh279 std::unordered_set<std::string> defines;
324 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-src/contrib/llvm-project/libcxx/modules/std/
H A Dunordered_set.inc12 using std::unordered_set;
26 using std::pmr::unordered_set;
/freebsd-src/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
H A DBreakpoint.h14 #include <unordered_set>
643 std::unordered_set<std::string> m_name_list; // If not empty, this is the name
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h113 std::unordered_set<size_t> FunctionsWithDFT;
133 std::unordered_set<std::string> CorporaHashes;
H A DFuzzerDataFlowTrace.cpp269 std::unordered_set<std::string> Cov; in CollectDataFlow()
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp24 const std::unordered_set<std::string> &func_names, bool exact_match) in BreakpointResolverFileRegex()
51 std::unordered_set<std::string> names_set; in CreateFromStructuredData()
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_redefine_builtins.h48 using unordered_set = Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file; variable
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp145 static std::unordered_set<std::string> Set(FilterPasses.begin(), in isPassInPrintList()
153 static std::unordered_set<std::string> PrintFuncNames(PrintFuncsList.begin(), in isFunctionInPrintList()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolFunc.cpp38 std::unordered_set<std::string> SeenNames; in FunctionArgEnumerator()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h22 #include <unordered_set>
1283 JsExtraKeywords = std::unordered_set<IdentifierInfo *>( in AdditionalKeywords()
1290 CSharpExtraKeywords = std::unordered_set<IdentifierInfo *>( in AdditionalKeywords()
1307 VerilogExtraKeywords = std::unordered_set<IdentifierInfo *>( in AdditionalKeywords()
1373 TableGenExtraKeywords = std::unordered_set<IdentifierInfo *>({
1950 std::unordered_set<IdentifierInfo *> JsExtraKeywords;
1953 std::unordered_set<IdentifierInfo *> CSharpExtraKeywords;
1956 std::unordered_set<IdentifierInfo *> VerilogExtraKeywords;
1959 std::unordered_set<IdentifierInfo *> TableGenExtraKeywords;
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h24 #include <unordered_set>
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h200 std::unordered_set<lldb::TargetSP> m_in_process_target_list;
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h16 #include <unordered_set>
186 std::unordered_set<std::string> m_class_names;
460 typedef std::unordered_set<ConstString, ConstStringSetHelpers,
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVELFReader.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h59 using NodeRefSet = std::unordered_set<NodeRef>;
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.txt
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.h21 #include <unordered_set>
199 std::unordered_set<std::string> Warnings;

12