| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | stl_multimap.h | 92 class multimap in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 113 friend class multimap<_Key, _Tp, _Compare, _Alloc>; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 154 multimap() in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 162 multimap(const _Compare& __comp, in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 173 multimap(const multimap& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 224 multimap& in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 225 operator=(const multimap& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 435 swap(multimap& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 592 const multimap<_K1, _T1, _C1, _A1>&); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 597 const multimap<_K1, _T1, _C1, _A1>&); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/debug/ |
| H A D | multimap.h | 48 class multimap 78 explicit multimap(const _Compare& __comp = _Compare(), 83 multimap(_InputIterator __first, _InputIterator __last, 89 multimap(const multimap<_Key,_Tp,_Compare,_Allocator>& __x) in multimap() function 94 ~multimap() { } in ~multimap() 96 multimap<_Key,_Tp,_Compare,_Allocator>& 198 swap(multimap<_Key,_Tp,_Compare,_Allocator>& __x) in swap() 290 const multimap<_Key,_Tp,_Compare,_Allocator>& __rhs) 308 const multimap<_Key,_Tp,_Compare,_Allocator>& __rhs) 313 swap(multimap<_Key,_Tp,_Compare,_Allocator>& __lhs, in swap() [all …]
|
| H A D | map | 1 // Debugging map/multimap implementation -*- C++ -*- 40 #include <debug/multimap.h>
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | map | 309 multimap(const multimap& m); 310 multimap(multimap&& m) 315 multimap(const multimap& m, const allocator_type& a); 316 multimap(multimap&& m, const allocator_type& a); 327 multimap& operator=(const multimap& m); 328 multimap& operator=(multimap&& m) 1741 multimap(const multimap& __m) 1749 multimap& operator=(const multimap& __m) 1767 multimap(multimap&& __m) 1776 multimap& operator=(multimap&& __m) [all …]
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | map | 27 using multimap = std::multimap<Key, T, Compare, 52 using multimap = _VSTD::multimap<_Key, _Value, _Compare,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | AggressiveAntiDepBreaker.h | 70 std::multimap<unsigned, RegisterReference> RegRefs; 90 std::multimap<unsigned, RegisterReference>& GetRegRefs() { return RegRefs; } in GetRegRefs() 101 std::multimap<unsigned,
|
| H A D | CriticalAntiDepBreaker.h | 57 std::multimap<unsigned, MachineOperand *> RegRefs; 60 std::multimap<unsigned, MachineOperand *>::const_iterator;
|
| H A D | AggressiveAntiDepBreaker.cpp | 87 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs) in GetGroupRegs() 308 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in HandleLastUse() 358 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in PrescanInstruction() 447 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in ScanInstruction() 557 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in FindSuitableFreeRegisters() 762 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in BreakAntiDependencies()
|
| H A D | CriticalAntiDepBreaker.cpp | 641 std::pair<std::multimap<unsigned, MachineOperand *>::iterator, in BreakAntiDependencies() 642 std::multimap<unsigned, MachineOperand *>::iterator> in BreakAntiDependencies() 655 for (std::multimap<unsigned, MachineOperand *>::iterator in BreakAntiDependencies()
|
| /freebsd-12.1/contrib/libstdc++/include/backward/ |
| H A D | multimap.h | 63 using std::multimap;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Compilation.h | 61 std::multimap<Action::OffloadKind, const ToolChain *> 144 const std::multimap<Action::OffloadKind,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfo.h | 22 typedef std::multimap<const char *, dw_offset_t, CStringCompareFunctionObject>
|
| H A D | DWARFASTParserClang.h | 142 typedef std::multimap<const clang::DeclContext *, const DWARFDIE>
|
| H A D | DWARFDebugInfoEntry.h | 39 typedef std::multimap<uint32_t, const DWARFDebugInfoEntry *> UInt32ToDIEMMap;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | TypeMap.h | 46 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection;
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/ |
| H A D | DeadArgumentElimination.h | 92 using UseMap = std::multimap<RetOrArg, RetOrArg>;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Memory.h | 149 typedef std::multimap<uint32_t, AllocatedBlockSP> PermissionsToBlockMap;
|
| H A D | ObjCLanguageRuntime.h | 372 typedef std::multimap<uint32_t, ObjCISA> HashToISAMap;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Listener.h | 116 typedef std::multimap<Broadcaster::BroadcasterImplWP, BroadcasterInfo,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.h | 109 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | ClangASTNodesEmitter.cpp | 28 typedef std::multimap<Record*, Record*> ChildMap;
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | FastISelEmitter.cpp | 379 typedef std::multimap<int, InstructionMemo> PredMap; 389 typedef std::multimap<std::string, bool> PredCheckMap;
|
| /freebsd-12.1/gnu/lib/libstdc++/ |
| H A D | Makefile | 135 iterator.h list.h map.h multimap.h new.h multiset.h pair.h \ 186 list macros.h map map.h multimap.h multiset.h safe_base.h \
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | googletest-printers-test.cc | 216 using ::std::multimap; 895 multimap<bool, int> map1; in TEST()
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2005 | 32 * testsuite/tr1/6_containers/unordered/instantiate/multimap.cc: 228 * include/debug/multimap.h: Same. 240 * testsuite/23_containers/multimap/invalidation/1.cc: Same. 241 * testsuite/23_containers/multimap/invalidation/2.cc: Same. 360 * include/backward/multimap.h: Same. 1260 * testsuite/tr1/6_containers/unordered/erase/24061-multimap.cc: New. 1584 * testsuite/23_containers/multimap/23781.cc: Likewise. 2714 * include/debug/multimap.h: Likewise. 4291 * testsuite/23_containers/multimap/invalidation/1.cc: Likewise. 4292 * testsuite/23_containers/multimap/invalidation/2.cc: Likewise. [all …]
|