/freebsd-src/contrib/llvm-project/libcxx/include/ |
H A D | unordered_set | 17 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 D | version | 23 <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 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-src/contrib/llvm-project/libcxx/modules/std/ |
H A D | unordered_set.inc | 12 using std::unordered_set; 26 using std::pmr::unordered_set;
|
/freebsd-src/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 | 14 #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 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-src/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-src/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-src/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>) 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 D | sanitizer_redefine_builtins.h | 48 using unordered_set = Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file; variable
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolFunc.cpp | 38 std::unordered_set<std::string> SeenNames; in FunctionArgEnumerator()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 22 #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 D | FunctionImport.h | 24 #include <unordered_set>
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | TargetList.h | 200 std::unordered_set<lldb::TargetSP> m_in_process_target_list;
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.h | 16 #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 D | LVELFReader.h |
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFLiveness.h | 59 using NodeRefSet = std::unordered_set<NodeRef>;
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.txt |
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.h | 21 #include <unordered_set> 199 std::unordered_set<std::string> Warnings;
|