| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | stl_multimap.h | 73 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 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() 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 D | multimap.h | 48 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 D | map | 1 // Debugging map/multimap implementation -*- C++ -*- 40 #include <debug/multimap.h>
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | map | 176 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 D | map | 27 using multimap = std::multimap<Key, T, Compare, 55 using multimap = _VSTD::multimap<_Key, _Value, _Compare,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | AggressiveAntiDepBreaker.h | 69 std::multimap<unsigned, RegisterReference> RegRefs; 89 std::multimap<unsigned, RegisterReference>& GetRegRefs() { return RegRefs; } in GetRegRefs() 100 std::multimap<unsigned,
|
| H A D | CriticalAntiDepBreaker.h | 56 std::multimap<unsigned, MachineOperand *> RegRefs; 59 std::multimap<unsigned, MachineOperand *>::const_iterator;
|
| H A D | AggressiveAntiDepBreaker.cpp | 81 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 D | CriticalAntiDepBreaker.cpp | 646 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 D | multimap.h | 63 using std::multimap;
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/ |
| H A D | multimap.h | 63 using std::multimap;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Compilation.h | 60 std::multimap<Action::OffloadKind, const ToolChain *> 150 const std::multimap<Action::OffloadKind,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | TypeMap.h | 44 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | DeadArgumentElimination.h | 90 using UseMap = std::multimap<RetOrArg, RetOrArg>;
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | ASTTableGen.cpp | 95 using ChildMap = std::multimap<ASTNode, ASTNode>;
|
| H A D | ClangASTNodesEmitter.cpp | 33 typedef std::multimap<ASTNode, ASTNode> ChildMap;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | Listener.h | 110 typedef std::multimap<Broadcaster::BroadcasterImplWP, BroadcasterInfo,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Memory.h | 135 typedef std::multimap<uint32_t, AllocatedBlockSP> PermissionsToBlockMap;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwinKernel.h | 78 typedef std::multimap<ConstString, FileSpec> BundleIDToKextMap;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.h | 118 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerRegistryData.cpp | 188 std::multimap<StringRef, const CmdLineOption &> OptionMap; in printCheckerOptionList()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | CHECKLIST | 2948 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 D | CHECKLIST | 2948 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 D | DWARFASTParserClang.h | 113 typedef std::multimap<const clang::DeclContext *, const DWARFDIE>
|