Home
last modified time | relevance | path

Searched refs:multimap (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmap183 void merge(multimap<Key, T, C2, Allocator>& source); // C++17
185 void merge(multimap<Key, T, C2, Allocator>&& source); // C++17
309 class multimap
333 friend class multimap;
345 multimap()
350 explicit multimap(const key_compare& comp);
351 multimap(const key_compare& comp, const allocator_type& a);
353 multimap(InputIterator first, InputIterator last, const key_compare& comp);
355 multimap(InputIterator first, InputIterator last, const key_compare& comp,
358 multimap(from_range_t, R&& rg,
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmap183 void merge(multimap<Key, T, C2, Allocator>& source); // C++17
185 void merge(multimap<Key, T, C2, Allocator>&& source); // C++17
309 class multimap
333 friend class multimap;
345 multimap()
350 explicit multimap(const key_compare& comp);
351 multimap(const key_compare& comp, const allocator_type& a);
353 multimap(InputIterator first, InputIterator last, const key_compare& comp);
355 multimap(InputIterator first, InputIterator last, const key_compare& comp,
358 multimap(from_range_t, R&& rg,
[all …]
H A Dflat_map39 // [flat.multimap], class template flat_multimap
52 // [flat.multimap.erasure], erasure for flat_multimap
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmap.cppm
H A Dflat_map.cppm
H A Dflat_map.inc23 // [flat.multimap], class template flat_multimap
29 // [flat.multimap.erasure], erasure for flat_multimap
H A Dunordered_map.cppm
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmap
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h69 std::multimap<MCRegister, RegisterReference> RegRefs;
89 std::multimap<MCRegister, RegisterReference> &GetRegRefs() { in GetRegRefs()
101 std::multimap<MCRegister, AggressiveAntiDepState::RegisterReference>
H A DCriticalAntiDepBreaker.h56 std::multimap<MCRegister, MachineOperand *> RegRefs;
59 std::multimap<MCRegister, MachineOperand *>::const_iterator;
H A DAggressiveAntiDepBreaker.cpp80 std::multimap<MCRegister, AggressiveAntiDepState::RegisterReference> in GetGroupRegs()
296 std::multimap<MCRegister, AggressiveAntiDepState::RegisterReference> in HandleLastUse()
346 std::multimap<MCRegister, AggressiveAntiDepState::RegisterReference> in PrescanInstruction()
434 std::multimap<MCRegister, AggressiveAntiDepState::RegisterReference> in ScanInstruction()
544 std::multimap<MCRegister, AggressiveAntiDepState::RegisterReference> in FindSuitableFreeRegisters()
741 std::multimap<MCRegister, AggressiveAntiDepState::RegisterReference> in BreakAntiDependencies()
H A DCriticalAntiDepBreaker.cpp640 std::pair<std::multimap<MCRegister, MachineOperand *>::iterator, in BreakAntiDependencies()
641 std::multimap<MCRegister, MachineOperand *>::iterator> in BreakAntiDependencies()
653 for (std::multimap<MCRegister, MachineOperand *>::iterator in BreakAntiDependencies()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp32 typedef std::multimap<ASTNode, ASTNode> ChildMap;
211 printDeclContext(const std::multimap<const Record *, const Record *> &Tree, in printDeclContext()
232 std::multimap<const Record *, const Record *> Tree; in EmitClangDeclContext()
H A DASTTableGen.cpp95 using ChildMap = std::multimap<ASTNode, ASTNode>;
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dmap.h27 class multimap; variable
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h60 std::multimap<Action::OffloadKind, const ToolChain *>
147 const std::multimap<Action::OffloadKind,
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h46 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection;
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h90 using UseMap = std::multimap<RetOrArg, RetOrArg>;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h109 typedef std::multimap<Broadcaster::BroadcasterImplWP, BroadcasterInfo,
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h139 typedef std::multimap<uint32_t, AllocatedBlockSP> PermissionsToBlockMap;
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.h74 using std::multimap;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h111 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h423 typedef std::multimap<uint32_t, ObjCISA> HashToISAMap;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h139 typedef std::multimap<const clang::DeclContext *,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp126 std::multimap<llvm::StringRef, const Symbol *> name_map; in Dump()
141 std::multimap<size_t, const Symbol *, std::greater<size_t>> size_map; in Dump()

12