Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_multimap.h101 class multimap in _GLIBCXX_VISIBILITY()
135 friend class multimap<_Key, _Tp, _Compare, _Alloc>; in _GLIBCXX_VISIBILITY()
185 multimap() : _M_t() { } in _GLIBCXX_VISIBILITY()
187 multimap() = default; in _GLIBCXX_VISIBILITY()
196 multimap(const _Compare& __comp, in _GLIBCXX_VISIBILITY()
206 multimap(const multimap& __x) in _GLIBCXX_VISIBILITY()
209 multimap(const multimap&) = default; in _GLIBCXX_VISIBILITY()
218 multimap(multimap&&) = default; in _GLIBCXX_VISIBILITY()
230 multimap(initializer_list<value_type> __l, in _GLIBCXX_VISIBILITY()
238 multimap(const allocator_type& __a) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_multimap.h99 class multimap in _GLIBCXX_VISIBILITY()
131 friend class multimap<_Key, _Tp, _Compare, _Alloc>; in _GLIBCXX_VISIBILITY()
180 multimap() : _M_t() { } in _GLIBCXX_VISIBILITY()
182 multimap() = default; in _GLIBCXX_VISIBILITY()
191 multimap(const _Compare& __comp, in _GLIBCXX_VISIBILITY()
201 multimap(const multimap& __x) in _GLIBCXX_VISIBILITY()
204 multimap(const multimap&) = default; in _GLIBCXX_VISIBILITY()
213 multimap(multimap&&) = default; in _GLIBCXX_VISIBILITY()
225 multimap(initializer_list<value_type> __l, in _GLIBCXX_VISIBILITY()
233 multimap(const allocator_type& __a) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dmultimap.h44 class multimap in _GLIBCXX_VISIBILITY()
46 multimap<_Key, _Tp, _Compare, _Allocator>, _Allocator, in _GLIBCXX_VISIBILITY()
48 public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> in _GLIBCXX_VISIBILITY()
50 typedef _GLIBCXX_STD_C::multimap< in _GLIBCXX_VISIBILITY()
53 multimap, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; in _GLIBCXX_VISIBILITY()
72 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multimap> in _GLIBCXX_VISIBILITY()
75 multimap> const_iterator; in _GLIBCXX_VISIBILITY()
87 multimap() : _Base() { } in _GLIBCXX_VISIBILITY()
89 multimap(const multimap& __x) in _GLIBCXX_VISIBILITY()
92 ~multimap() { } in _GLIBCXX_VISIBILITY()
[all …]
H A Dmap1 // Debugging map/multimap implementation -*- C++ -*-
39 class multimap;
44 #include <debug/multimap.h>
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dmultimap.h44 class multimap in _GLIBCXX_VISIBILITY()
46 multimap<_Key, _Tp, _Compare, _Allocator>, _Allocator, in _GLIBCXX_VISIBILITY()
48 public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> in _GLIBCXX_VISIBILITY()
50 typedef _GLIBCXX_STD_C::multimap< in _GLIBCXX_VISIBILITY()
53 multimap, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; in _GLIBCXX_VISIBILITY()
82 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multimap> in _GLIBCXX_VISIBILITY()
85 multimap> const_iterator; in _GLIBCXX_VISIBILITY()
97 multimap() : _Base() { } in _GLIBCXX_VISIBILITY()
99 multimap(const multimap& __x) in _GLIBCXX_VISIBILITY()
102 ~multimap() { } in _GLIBCXX_VISIBILITY()
[all …]
H A Dmap1 // Debugging map/multimap implementation -*- C++ -*-
39 class multimap;
44 #include <debug/multimap.h>
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
H A Dmultimap.h42 class multimap in _GLIBCXX_VISIBILITY()
43 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>, in _GLIBCXX_VISIBILITY()
46 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base; in _GLIBCXX_VISIBILITY()
61 multimap> iterator; in _GLIBCXX_VISIBILITY()
63 multimap> const_iterator; in _GLIBCXX_VISIBILITY()
73 multimap() in _GLIBCXX_VISIBILITY()
75 multimap(const multimap& __x) in _GLIBCXX_VISIBILITY()
77 ~multimap() { } in _GLIBCXX_VISIBILITY()
79 multimap() = default; in _GLIBCXX_VISIBILITY()
80 multimap(const multimap&) = default; in _GLIBCXX_VISIBILITY()
[all …]
H A Dmap1 // Profiling map/multimap implementation -*- C++ -*-
33 #include <profile/multimap.h>
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmap174 void merge(multimap<Key, T, C2, Allocator>& source); // C++17
176 void merge(multimap<Key, T, C2, Allocator>&& source); // C++17
267 class multimap
292 friend class multimap;
301 multimap()
306 explicit multimap(const key_compare& comp);
307 multimap(const key_compare& comp, const allocator_type& a);
309 multimap(InputIterator first, InputIterator last, const key_compare& comp);
311 multimap(InputIterator first, InputIterator last, const key_compare& comp,
313 multimap(const multimap& m);
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dmap26 using multimap = std::multimap<Key, T, Compare,
51 using multimap = _VSTD::multimap<_Key, _Value, _Compare,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dmap61 erase_if(multimap<_Key, _Tp, _Compare, _Alloc>& __cont, _Predicate __pred)
63 _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Alloc>& __ucont = __cont;
74 using multimap
75 = std::multimap<_Key, _Tp, _Compare,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dmap82 using multimap
83 = std::multimap<_Key, _Tp, _Cmp,
105 inline typename multimap<_Key, _Tp, _Compare, _Alloc>::size_type
106 erase_if(multimap<_Key, _Tp, _Compare, _Alloc>& __cont, _Predicate __pred)
108 _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Alloc>& __ucont = __cont;
/netbsd-src/external/apache2/llvm/dist/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()
299 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in HandleLastUse()
349 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in PrescanInstruction()
438 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in ScanInstruction()
548 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in FindSuitableFreeRegisters()
753 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in BreakAntiDependencies()
H A DCriticalAntiDepBreaker.cpp645 std::pair<std::multimap<unsigned, MachineOperand *>::iterator, in BreakAntiDependencies()
646 std::multimap<unsigned, MachineOperand *>::iterator> in BreakAntiDependencies()
659 for (std::multimap<unsigned, MachineOperand *>::iterator in BreakAntiDependencies()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dmap82 using multimap
83 = std::multimap<_Key, _Tp, _Cmp,
102 inline typename multimap<_Key, _Tp, _Compare, _Alloc>::size_type
103 erase_if(multimap<_Key, _Tp, _Compare, _Alloc>& __cont, _Predicate __pred)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dmap58 erase_if(multimap<_Key, _Tp, _Compare, _Alloc>& __cont, _Predicate __pred)
68 using multimap
69 = std::multimap<_Key, _Tp, _Compare,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DCompilation.h60 std::multimap<Action::OffloadKind, const ToolChain *>
148 const std::multimap<Action::OffloadKind,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20141091 * include/profile/multimap.h (std::__profile::multimap<>): Likewise.
2147 * testsuite/23_containers/multimap/cons/moveable.cc: Likewise.
2148 * testsuite/23_containers/multimap/cons/
2150 * testsuite/23_containers/multimap/init-list.cc: Likewise.
2151 * testsuite/23_containers/multimap/modifiers/dr130.cc: Likewise.
2152 * testsuite/23_containers/multimap/modifiers/erase/51142.cc: Likewise.
2153 * testsuite/23_containers/multimap/modifiers/insert/1.cc: Likewise.
2154 * testsuite/23_containers/multimap/modifiers/insert/2.cc: Likewise.
2155 * testsuite/23_containers/multimap/modifiers/insert/3.cc: Likewise.
2156 * testsuite/23_containers/multimap/modifiers/insert/4.cc: Likewise.
[all …]
/netbsd-src/external/gpl2/groff/dist/font/devdvi/
H A DSA48 multimap 1165088,576570 2 0050
/netbsd-src/external/gpl2/groff/dist/font/devdvi/generate/
H A Dmsam.map43 40 multimap
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h91 using UseMap = std::multimap<RetOrArg, RetOrArg>;
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dicf.h78 typedef std::multimap<Section_id, Extra_identity_info> Extra_identity_list;
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dicf.h78 typedef std::multimap<Section_id, Extra_identity_info> Extra_identity_list;

1234567