| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | unordered_map | 15 unordered_map synopsis 24 class unordered_map 49 unordered_map() 54 explicit unordered_map(size_type n, const hasher& hf = hasher(), 58 unordered_map(InputIterator f, InputIterator l, 63 unordered_map(from_range_t, R&& rg, size_type n = see below, 67 explicit unordered_map(const allocator_type&); 68 unordered_map(const unordered_map&); 69 unordered_map(const unordered_map&, const Allocator&); 70 unordered_map(unordered_map&&) [all …]
|
| H A D | version | 23 <set> <string> <unordered_map> 30 __cpp_lib_associative_heterogeneous_erasure 202110L <map> <set> <unordered_map> 32 __cpp_lib_associative_heterogeneous_insertion 202306L <map> <set> <unordered_map> 92 <stack> <string> <unordered_map> 105 … <unordered_map> <unordered_set> <vector> 132 __cpp_lib_generic_unordered_lookup 201811L <unordered_map> <unordered_set> 178 __cpp_lib_node_extract 201606L <map> <set> <unordered_map> 183 … <unordered_map> <unordered_set> <vector> 266 __cpp_lib_tuple_like 202311L <map> <tuple> <unordered_map> 273 __cpp_lib_unordered_map_try_emplace 201411L <unordered_map>
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | unordered_map | 15 unordered_map synopsis 24 class unordered_map 49 unordered_map() 54 explicit unordered_map(size_type n, const hasher& hf = hasher(), 58 unordered_map(InputIterator f, InputIterator l, 63 unordered_map(from_range_t, R&& rg, size_type n = see below, 67 explicit unordered_map(const allocator_type&); 68 unordered_map(const unordered_map&); 69 unordered_map(const unordered_map&, const Allocator&); 70 unordered_map(unordered_map&&) [all …]
|
| H A D | version | 22 <set> <string> <unordered_map> 29 __cpp_lib_associative_heterogeneous_erasure 202110L <map> <set> <unordered_map> 31 __cpp_lib_associative_heterogeneous_insertion 202306L <map> <set> <unordered_map> 85 <stack> <string> <unordered_map> 98 … <unordered_map> <unordered_set> <vector> 123 __cpp_lib_generic_unordered_lookup 201811L <unordered_map> <unordered_set> 167 __cpp_lib_node_extract 201606L <map> <set> <unordered_map> 172 … <unordered_map> <unordered_set> <vector> 252 __cpp_lib_tuple_like 202311L <map> <tuple> <unordered_map> 259 __cpp_lib_unordered_map_try_emplace 201411L <unordered_map>
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleProfileMatcher.h | 59 StringMap<std::unordered_map<LineLocation, MatchState, LineLocationHash>> 71 std::unordered_map<std::pair<const Function *, FunctionId>, bool, 77 std::unordered_map<Function *, FunctionId> FuncToProfileNameMap; 82 HashKeyMap<std::unordered_map, FunctionId, FunctionId> *FuncNameToProfNameMap; 87 HashKeyMap<std::unordered_map, FunctionId, Function *> *SymbolMap; 90 HashKeyMap<std::unordered_map, FunctionId, Function *> 123 HashKeyMap<std::unordered_map, FunctionId, Function *> &SymMap, in SampleProfileMatcher() argument 125 HashKeyMap<std::unordered_map, FunctionId, FunctionId> in SampleProfileMatcher()
|
| H A D | SampleProfileProbe.h | 36 using BlockIdMap = std::unordered_map<BasicBlock *, uint32_t>; 37 using InstructionIdMap = std::unordered_map<Instruction *, uint32_t>; 40 using ProbeFactorMap = std::unordered_map<std::pair<uint64_t, uint64_t>, float,
|
| H A D | SampleContextTracker.h | 149 HashKeyMap<std::unordered_map, FunctionId, ContextSamplesTy> 214 HashKeyMap<std::unordered_map, FunctionId, ContextSamplesTy> 218 std::unordered_map<const FunctionSamples *, ContextTrieNode *>
|
| /freebsd/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | unordered_map | |
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | unordered_map.cppm | |
| /freebsd/usr.sbin/ctld/ |
| H A D | ctld.hh | 131 std::unordered_map<std::string, auth> ag_auths; 211 const std::unordered_map<std::string, port *> &ports() const in ports() 255 std::unordered_map<std::string, port *> pg_ports; 528 std::unordered_map<std::string, std::unique_ptr<lun>> conf_luns; 529 std::unordered_map<std::string, target_up> conf_targets; 530 std::unordered_map<std::string, target_up> conf_controllers; 531 std::unordered_map<std::string, auth_group_sp> conf_auth_groups; 532 std::unordered_map<std::string, std::unique_ptr<port>> conf_ports; 533 std::unordered_map<std::string, portal_group_up> conf_portal_groups; 534 std::unordered_map<std::string, portal_group_up> conf_transport_groups; [all …]
|
| /freebsd/usr.sbin/pmc/ |
| H A D | cmd_pmc_summary.cc | 73 using std::unordered_map; 74 typedef unordered_map <int, std::string> idmap; 75 typedef unordered_map <uint32_t, uint64_t> intmap; 76 typedef unordered_map <std::string, intmap> strintmap; 79 typedef unordered_map <uint32_t, std::vector<samplename>> eventcountmap;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-registry.cpp | 21 static std::unordered_map<cl::SubCommand *, HandlerType> &getCommands() { in getCommands() 22 static std::unordered_map<cl::SubCommand *, HandlerType> Commands; in getCommands()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| H A D | HeaderIncludes.h | 120 std::unordered_map<int, llvm::SmallVector<const Include *, 8>> 135 std::unordered_map<int, int> CategoryEndOffsets;
|
| /freebsd/usr.bin/dtc/ |
| H A D | fdt.hh | 78 typedef std::unordered_map<std::string, property_ptr> define_map; 764 std::unordered_map<std::string, node_ptr> node_names; 768 std::unordered_map<std::string, node_ptr> node_name_parents; 774 std::unordered_map<std::string, node_path> node_paths; 838 std::unordered_map<uint32_t, node_ptr> used_phandles;
|
| H A D | checking.hh | 259 std::unordered_map<std::string, checker*> checkers; 264 std::unordered_map<std::string, checker*> disabled_checkers;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LexicalScopes.h | 233 std::unordered_map<const DILocalScope *, LexicalScope> LexicalScopeMap; 237 std::unordered_map<std::pair<const DILocalScope *, const DILocation *>, 244 std::unordered_map<const DILocalScope *, LexicalScope> AbstractScopeMap;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ELFAttrParserCompact.h | 28 std::unordered_map<unsigned, unsigned> attributes; 29 std::unordered_map<unsigned, StringRef> attributesStr;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | InstrumentationMap.h | 79 using FunctionAddressMap = std::unordered_map<int32_t, uint64_t>; 80 using FunctionAddressReverseMap = std::unordered_map<uint64_t, int32_t>;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.h | 160 std::unordered_map<lldb::addr_t, llvm::minidump::Thread> 182 std::unordered_map<lldb::tid_t, llvm::minidump::LocationDescriptor>
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.h | 136 std::unordered_map<std::string, std::unique_ptr<MemoryBuffer>> SourceCache; 138 std::unordered_map<std::string, std::vector<StringRef>> LineCache;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDataFlowTrace.h | 111 std::unordered_map<size_t, CoverageVector> Functions; 131 std::unordered_map<std::string, std::vector<uint8_t>> Traces;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/ |
| H A D | TraceHTR.h | 239 std::unordered_map<lldb::addr_t, std::optional<ConstString>> m_call_isns; 293 std::unordered_map<size_t, HTRBlock> m_block_defs;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadPlanStack.h | 117 std::unordered_map<size_t, PlanStack> m_completed_plan_store; 185 using PlansList = std::unordered_map<lldb::tid_t, ThreadPlanStack>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.h | 145 std::unordered_map<uint32_t, StringRef> FuncArgNames; 150 const std::unordered_map<uint32_t, StringRef> &FuncArgNames); 298 std::unordered_map<const DIType *, uint32_t> DIToIdMap; 328 const std::unordered_map<uint32_t, StringRef> &FuncArgNames,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 344 using CallTargetMap = std::unordered_map<FunctionId, uint64_t>; 750 std::unordered_map<LineLocation, LineLocation, LineLocationHash>; 940 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> 1054 const HashKeyMap<std::unordered_map, FunctionId, 1195 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> 1325 : public HashKeyMap<std::unordered_map, SampleContext, FunctionSamples> { 1337 return HashKeyMap<std::unordered_map, SampleContext, FunctionSamples>::find( 1342 return HashKeyMap<std::unordered_map, SampleContext, FunctionSamples>::find( 1347 return HashKeyMap<std::unordered_map, SampleContext, FunctionSamples>::
|