Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_multimap.h73 class multimap; variable
76 inline bool operator==(const multimap<_Key,_Tp,_Compare,_Alloc>& __x,
77 const multimap<_Key,_Tp,_Compare,_Alloc>& __y);
80 inline bool operator<(const multimap<_Key,_Tp,_Compare,_Alloc>& __x,
81 const multimap<_Key,_Tp,_Compare,_Alloc>& __y);
105 class multimap
120 friend class multimap<_Key,_Tp,_Compare,_Alloc>;
157 multimap() : _M_t(_Compare(), allocator_type()) { } in multimap() function
164 multimap(const _Compare& __comp, const allocator_type& __a = allocator_type())
174 multimap(const multimap& __x) in multimap() function
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/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()
186 multimap(_InputIterator __first, _InputIterator __last) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
202 multimap(_InputIterator __first, _InputIterator __last, 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()
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/include/debug/
H A Dmultimap.h48 class multimap
49 : public _GLIBCXX_STD::multimap<_Key, _Tp, _Compare, _Allocator>,
50 public __gnu_debug::_Safe_sequence<multimap<_Key,_Tp,_Compare,_Allocator> >
52 typedef _GLIBCXX_STD::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
53 typedef __gnu_debug::_Safe_sequence<multimap> _Safe_base;
65 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multimap>
68 multimap> const_iterator;
80 explicit multimap(const _Compare& __comp = _Compare(),
85 multimap(_InputIterator __first, _InputIterator __last,
91 multimap(const multimap<_Key,_Tp,_Compare,_Allocator>& __x) in multimap() function
[all …]
H A Dmap1 // Debugging map/multimap implementation -*- C++ -*-
40 #include <debug/multimap.h>
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmap176 void merge(multimap<Key, T, C2, Allocator>& source); // C++17
178 void merge(multimap<Key, T, C2, Allocator>&& source); // C++17
288 class multimap
312 friend class multimap;
324 multimap()
329 explicit multimap(const key_compare& comp);
330 multimap(const key_compare& comp, const allocator_type& a);
332 multimap(InputIterator first, InputIterator last, const key_compare& comp);
334 multimap(InputIterator first, InputIterator last, const key_compare& comp,
336 multimap(const multimap& m);
[all …]
/openbsd-src/gnu/llvm/libcxx/include/experimental/
H A Dmap27 using multimap = std::multimap<Key, T, Compare,
55 using multimap = _VSTD::multimap<_Key, _Value, _Compare,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h69 std::multimap<unsigned, RegisterReference> RegRefs;
89 std::multimap<unsigned, RegisterReference>& GetRegRefs() { return RegRefs; } in GetRegRefs()
100 std::multimap<unsigned,
H A DCriticalAntiDepBreaker.h56 std::multimap<unsigned, MachineOperand *> RegRefs;
59 std::multimap<unsigned, MachineOperand *>::const_iterator;
H A DAggressiveAntiDepBreaker.cpp81 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs) in GetGroupRegs()
298 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in HandleLastUse()
348 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in PrescanInstruction()
435 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in ScanInstruction()
544 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in FindSuitableFreeRegisters()
746 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in BreakAntiDependencies()
H A DCriticalAntiDepBreaker.cpp646 std::pair<std::multimap<unsigned, MachineOperand *>::iterator, in BreakAntiDependencies()
647 std::multimap<unsigned, MachineOperand *>::iterator> in BreakAntiDependencies()
660 for (std::multimap<unsigned, MachineOperand *>::iterator in BreakAntiDependencies()
/openbsd-src/gnu/gcc/libstdc++-v3/include/backward/
H A Dmultimap.h63 using std::multimap;
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dmultimap.h63 using std::multimap;
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DCompilation.h60 std::multimap<Action::OffloadKind, const ToolChain *>
150 const std::multimap<Action::OffloadKind,
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeMap.h44 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection;
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h90 using UseMap = std::multimap<RetOrArg, RetOrArg>;
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DASTTableGen.cpp95 using ChildMap = std::multimap<ASTNode, ASTNode>;
H A DClangASTNodesEmitter.cpp33 typedef std::multimap<ASTNode, ASTNode> ChildMap;
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DListener.h110 typedef std::multimap<Broadcaster::BroadcasterImplWP, BroadcasterInfo,
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemory.h135 typedef std::multimap<uint32_t, AllocatedBlockSP> PermissionsToBlockMap;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.h78 typedef std::multimap<ConstString, FileSpec> BundleIDToKextMap;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h118 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp188 std::multimap<StringRef, const CmdLineOption &> OptionMap; in printCheckerOptionList()
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST2948 class multimap;
2950 bool operator==(const multimap<Key,T,Compare,Allocator>& x,
2951 const multimap<Key,T,Compare,Allocator>& y);
2953 bool operator< (const multimap<Key,T,Compare,Allocator>& x,
2954 const multimap<Key,T,Compare,Allocator>& y);
2956 bool operator!=(const multimap<Key,T,Compare,Allocator>& x,
2957 const multimap<Key,T,Compare,Allocator>& y);
2959 bool operator> (const multimap<Key,T,Compare,Allocator>& x,
2960 const multimap<Key,T,Compare,Allocator>& y);
2962 bool operator>=(const multimap<Key,T,Compare,Allocator>& x,
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCHECKLIST2948 class multimap;
2950 bool operator==(const multimap<Key,T,Compare,Allocator>& x,
2951 const multimap<Key,T,Compare,Allocator>& y);
2953 bool operator< (const multimap<Key,T,Compare,Allocator>& x,
2954 const multimap<Key,T,Compare,Allocator>& y);
2956 bool operator!=(const multimap<Key,T,Compare,Allocator>& x,
2957 const multimap<Key,T,Compare,Allocator>& y);
2959 bool operator> (const multimap<Key,T,Compare,Allocator>& x,
2960 const multimap<Key,T,Compare,Allocator>& y);
2962 bool operator>=(const multimap<Key,T,Compare,Allocator>& x,
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h113 typedef std::multimap<const clang::DeclContext *, const DWARFDIE>

123