Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_multimap.h92 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 Dmultimap.h48 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 Dmap1 // Debugging map/multimap implementation -*- C++ -*-
40 #include <debug/multimap.h>
/freebsd-12.1/contrib/libc++/include/
H A Dmap309 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 Dmap27 using multimap = std::multimap<Key, T, Compare,
52 using multimap = _VSTD::multimap<_Key, _Value, _Compare,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h70 std::multimap<unsigned, RegisterReference> RegRefs;
90 std::multimap<unsigned, RegisterReference>& GetRegRefs() { return RegRefs; } in GetRegRefs()
101 std::multimap<unsigned,
H A DCriticalAntiDepBreaker.h57 std::multimap<unsigned, MachineOperand *> RegRefs;
60 std::multimap<unsigned, MachineOperand *>::const_iterator;
H A DAggressiveAntiDepBreaker.cpp87 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 DCriticalAntiDepBreaker.cpp641 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 Dmultimap.h63 using std::multimap;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DCompilation.h61 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 DDWARFDebugInfo.h22 typedef std::multimap<const char *, dw_offset_t, CStringCompareFunctionObject>
H A DDWARFASTParserClang.h142 typedef std::multimap<const clang::DeclContext *, const DWARFDIE>
H A DDWARFDebugInfoEntry.h39 typedef std::multimap<uint32_t, const DWARFDebugInfoEntry *> UInt32ToDIEMMap;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeMap.h46 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection;
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h92 using UseMap = std::multimap<RetOrArg, RetOrArg>;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemory.h149 typedef std::multimap<uint32_t, AllocatedBlockSP> PermissionsToBlockMap;
H A DObjCLanguageRuntime.h372 typedef std::multimap<uint32_t, ObjCISA> HashToISAMap;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DListener.h116 typedef std::multimap<Broadcaster::BroadcasterImplWP, BroadcasterInfo,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h109 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp28 typedef std::multimap<Record*, Record*> ChildMap;
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFastISelEmitter.cpp379 typedef std::multimap<int, InstructionMemo> PredMap;
389 typedef std::multimap<std::string, bool> PredCheckMap;
/freebsd-12.1/gnu/lib/libstdc++/
H A DMakefile135 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 Dgoogletest-printers-test.cc216 using ::std::multimap;
895 multimap<bool, int> map1; in TEST()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-200532 * 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 …]

12