| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | map | 183 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 D | map | 183 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 D | flat_map | 39 // [flat.multimap], class template flat_multimap 52 // [flat.multimap.erasure], erasure for flat_multimap
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | map.cppm | |
| H A D | flat_map.cppm | |
| H A D | flat_map.inc | 23 // [flat.multimap], class template flat_multimap 29 // [flat.multimap.erasure], erasure for flat_multimap
|
| H A D | unordered_map.cppm | |
| /freebsd/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | map | |
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AggressiveAntiDepBreaker.h | 69 std::multimap<MCRegister, RegisterReference> RegRefs; 89 std::multimap<MCRegister, RegisterReference> &GetRegRefs() { in GetRegRefs() 101 std::multimap<MCRegister, AggressiveAntiDepState::RegisterReference>
|
| H A D | CriticalAntiDepBreaker.h | 56 std::multimap<MCRegister, MachineOperand *> RegRefs; 59 std::multimap<MCRegister, MachineOperand *>::const_iterator;
|
| H A D | AggressiveAntiDepBreaker.cpp | 80 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 D | CriticalAntiDepBreaker.cpp | 640 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 D | ClangASTNodesEmitter.cpp | 32 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 D | ASTTableGen.cpp | 95 using ChildMap = std::multimap<ASTNode, ASTNode>;
|
| /freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
| H A D | map.h | 27 class multimap; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Compilation.h | 60 std::multimap<Action::OffloadKind, const ToolChain *> 147 const std::multimap<Action::OffloadKind,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TypeMap.h | 46 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | DeadArgumentElimination.h | 90 using UseMap = std::multimap<RetOrArg, RetOrArg>;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Listener.h | 109 typedef std::multimap<Broadcaster::BroadcasterImplWP, BroadcasterInfo,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Memory.h | 139 typedef std::multimap<uint32_t, AllocatedBlockSP> PermissionsToBlockMap;
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers_test.h | 74 using std::multimap;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.h | 111 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 423 typedef std::multimap<uint32_t, ObjCISA> HashToISAMap;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.h | 139 typedef std::multimap<const clang::DeclContext *,
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 126 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()
|