| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | unordered_set | 26 class unordered_set 50 unordered_set() 68 unordered_set(const unordered_set&); 69 unordered_set(const unordered_set&, const Allocator&); 70 unordered_set(unordered_set&&) 75 unordered_set(unordered_set&&, const Allocator&); 96 unordered_set& operator=(const unordered_set&); 97 unordered_set& operator=(unordered_set&&) 1029 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set( 1043 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set( [all …]
|
| H A D | version | 23 <unordered_set> <vector> 30 <unordered_set> 32 <unordered_set> 88 … <unordered_map> <unordered_set> <vector> 111 __cpp_lib_generic_unordered_lookup 201811L <unordered_map> <unordered_set> 152 <unordered_set> 156 … <unordered_map> <unordered_set> <vector> 181 … <unordered_map> <unordered_set> <vector>
|
| /freebsd-14.2/usr.bin/dtc/ |
| H A D | fdt.hh | 82 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 D | input_buffer.hh | 279 std::unordered_set<std::string> defines; 324 std::unordered_set<std::string> &&d, in text_input_buffer()
|
| H A D | fdt.cc | 879 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-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | unordered_set.inc | 12 using std::unordered_set; 26 using std::pmr::unordered_set;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | 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
|
| H A D | Breakpoint.h | 644 std::unordered_set<std::string> m_name_list; // If not empty, this is the name
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/ |
| H A D | TraceHTR.cpp | 259 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-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDataFlowTrace.h | 113 std::unordered_set<size_t> FunctionsWithDFT; 133 std::unordered_set<std::string> CorporaHashes;
|
| H A D | FuzzerDataFlowTrace.cpp | 269 std::unordered_set<std::string> Cov; in CollectDataFlow()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileRegex.cpp | 24 const std::unordered_set<std::string> &func_names, bool exact_match) in BreakpointResolverFileRegex() 51 std::unordered_set<std::string> names_set; in CreateFromStructuredData()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSpecialSymbolMap.inc | 79 SYMBOL(begin, std::, <unordered_set>) 93 SYMBOL(cbegin, std::, <unordered_set>) 107 SYMBOL(cend, 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>) 219 SYMBOL(size, std::, <unordered_set>) [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_redefine_builtins.h | 48 using unordered_set = Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PrintPasses.cpp | 145 static std::unordered_set<std::string> Set(FilterPasses.begin(), in isPassInPrintList() 153 static std::unordered_set<std::string> PrintFuncNames(PrintFuncsList.begin(), in isFunctionInPrintList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolFunc.cpp | 38 std::unordered_set<std::string> SeenNames; in FunctionArgEnumerator()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 481 std::map<LineLocation, std::unordered_set<FunctionId>> 487 const std::map<LineLocation, std::unordered_set<FunctionId>> 492 const std::map<LineLocation, std::unordered_set<FunctionId>> 504 const std::map<LineLocation, std::unordered_set<FunctionId>> 2211 const std::map<LineLocation, std::unordered_set<FunctionId>> in countProfileMismatches() 2246 const std::map<LineLocation, std::unordered_set<FunctionId>> in countProfileCallsiteMismatches() 2294 … std::map<LineLocation, std::unordered_set<FunctionId>> &ProfileAnchors) { in findProfileAnchors() 2305 std::unordered_set<FunctionId>()); in findProfileAnchors() 2317 std::unordered_set<FunctionId>()); in findProfileAnchors() 2343 const std::map<LineLocation, std::unordered_set<FunctionId>> in runStaleProfileMatching() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatToken.h | 1233 JsExtraKeywords = std::unordered_set<IdentifierInfo *>( in AdditionalKeywords() 1240 CSharpExtraKeywords = std::unordered_set<IdentifierInfo *>( in AdditionalKeywords() 1257 VerilogExtraKeywords = std::unordered_set<IdentifierInfo *>( in AdditionalKeywords() 1323 TableGenExtraKeywords = std::unordered_set<IdentifierInfo *>({ in AdditionalKeywords() 1898 std::unordered_set<IdentifierInfo *> JsExtraKeywords; 1901 std::unordered_set<IdentifierInfo *> CSharpExtraKeywords; 1904 std::unordered_set<IdentifierInfo *> VerilogExtraKeywords; 1907 std::unordered_set<IdentifierInfo *> TableGenExtraKeywords;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | TargetList.h | 200 std::unordered_set<lldb::TargetSP> m_in_process_target_list;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 36 using FunctionsToImportTy = std::unordered_set<GlobalValue::GUID>;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 186 std::unordered_set<std::string> m_class_names; 460 typedef std::unordered_set<ConstString, ConstStringSetHelpers,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.h | 71 using LVElementSet = std::unordered_set<LVElement *>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFLiveness.h | 59 using NodeRefSet = std::unordered_set<NodeRef>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | README.txt | 136 // Use of std::unordered_set instead of std::set. 141 IdentifiedNamespaces with std::unordered_set and get the benefit
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.h | 197 std::unordered_set<std::string> Warnings;
|