/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 | 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> 253 __cpp_lib_tuple_like 202311L <map> <tuple> <unordered_map> 260 __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 | 35 using BlockIdMap = std::unordered_map<BasicBlock *, uint32_t>; 36 using InstructionIdMap = std::unordered_map<Instruction *, uint32_t>; 39 using ProbeFactorMap = std::unordered_map<std::pair<uint64_t, uint64_t>, float,
|
/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/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/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ELFAttributeParser.h | 18 #include <unordered_map> 26 std::unordered_map<unsigned, unsigned> attributes; 27 std::unordered_map<unsigned, StringRef> attributesStr;
|
/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 | 230 std::unordered_map<const DILocalScope *, LexicalScope> LexicalScopeMap; 234 std::unordered_map<std::pair<const DILocalScope *, const DILocation *>, 241 std::unordered_map<const DILocalScope *, LexicalScope> AbstractScopeMap;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | MinidumpFileBuilder.h | 142 std::unordered_map<lldb::addr_t, llvm::minidump::Thread> 164 std::unordered_map<lldb::tid_t, llvm::minidump::LocationDescriptor>
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | InstrumentationMap.h | 77 using FunctionAddressMap = std::unordered_map<int32_t, uint64_t>; 78 using FunctionAddressReverseMap = std::unordered_map<uint64_t, int32_t>;
|
/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/include/lldb/Target/ |
H A D | ThreadPlanStack.h | 112 std::unordered_map<size_t, PlanStack> m_completed_plan_store; 180 using PlansList = std::unordered_map<lldb::tid_t, ThreadPlanStack>;
|
/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/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; 327 const std::unordered_map<uint32_t, StringRef> &FuncArgNames,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCPseudoProbe.h | 104 std::unordered_map<uint64_t, MCPseudoProbeFuncDesc>; 224 using InlinedProbeTreeMap = std::unordered_map< 304 using MCProbeDivisionMap = std::unordered_map<MCSymbol *, MCPseudoProbeInlineTree>;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 338 using CallTargetMap = std::unordered_map<FunctionId, uint64_t>; 738 std::unordered_map<LineLocation, LineLocation, LineLocationHash>; 928 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> 1042 const HashKeyMap<std::unordered_map, FunctionId, 1183 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> 1313 : public HashKeyMap<std::unordered_map, SampleContext, FunctionSamples> { 1325 return HashKeyMap<std::unordered_map, SampleContext, FunctionSamples>::find( 1330 return HashKeyMap<std::unordered_map, SampleContext, FunctionSamples>::find( 1335 return HashKeyMap<std::unordered_map, SampleContext, FunctionSamples>::
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_redefine_builtins.h | 47 using unordered_map = Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file; 44 using unordered_map = Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file; global() variable
|
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | g_hash_table.cpp | 44 UM_NAMESPACE::unordered_map<void *, void *> map;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | elfnix_platform.cpp | 159 std::unordered_map<void *, PerJITDylibState> JDStates; 160 std::unordered_map<std::string, void *> JDNameToHeader; 435 std::unordered_map<const char *, char *> Instances; 436 std::unordered_map<const char *, std::unique_ptr<char[]>> AllocatedSections;
|