/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | unordered_map.h | 73 class unordered_multimap; in _GLIBCXX_VISIBILITY() local 879 merge(unordered_multimap<_Key, _Tp, _H2, _P2, _Alloc>& __source) in _GLIBCXX_VISIBILITY() 887 merge(unordered_multimap<_Key, _Tp, _H2, _P2, _Alloc>&& __source) in _GLIBCXX_VISIBILITY() 1250 class unordered_multimap in _GLIBCXX_VISIBILITY() 1288 unordered_multimap() = default; in _GLIBCXX_VISIBILITY() 1298 unordered_multimap(size_type __n, in _GLIBCXX_VISIBILITY() 1319 unordered_multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY() 1328 unordered_multimap(const unordered_multimap&) = default; in _GLIBCXX_VISIBILITY() 1331 unordered_multimap(unordered_multimap&&) = default; in _GLIBCXX_VISIBILITY() 1338 unordered_multimap(const allocator_type& __a) in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | unordered_map.h | 73 class unordered_multimap; in _GLIBCXX_VISIBILITY() local 829 merge(unordered_multimap<_Key, _Tp, _H2, _P2, _Alloc>& __source) in _GLIBCXX_VISIBILITY() 837 merge(unordered_multimap<_Key, _Tp, _H2, _P2, _Alloc>&& __source) in _GLIBCXX_VISIBILITY() 1249 class unordered_multimap in _GLIBCXX_VISIBILITY() 1287 unordered_multimap() = default; in _GLIBCXX_VISIBILITY() 1297 unordered_multimap(size_type __n, in _GLIBCXX_VISIBILITY() 1318 unordered_multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY() 1327 unordered_multimap(const unordered_multimap&) = default; in _GLIBCXX_VISIBILITY() 1330 unordered_multimap(unordered_multimap&&) = default; in _GLIBCXX_VISIBILITY() 1337 unordered_multimap(const allocator_type& __a) in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/ |
H A D | unordered_map | 1 // Profiling unordered_map/unordered_multimap implementation -*- C++ -*- 321 #define _GLIBCXX_BASE unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc> 324 /// Class std::unordered_multimap wrapper with performance instrumentation. 329 class unordered_multimap 331 public _Unordered_profile<unordered_multimap<_Key, _Tp, 357 unordered_multimap() = default; 360 unordered_multimap(size_type __n, 367 unordered_multimap(_InputIterator __f, _InputIterator __l, 374 unordered_multimap(const unordered_multimap&) = default; 376 unordered_multimap(const _Base& __x) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | unordered_map | 1 // Debugging unordered_map/unordered_multimap implementation -*- C++ -*- 44 class unordered_multimap; 754 /// Class std::unordered_multimap with safety/checking/debug instrumentation. 759 class unordered_multimap 761 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>, _Alloc, 763 public _GLIBCXX_STD_C::unordered_multimap< 766 typedef _GLIBCXX_STD_C::unordered_multimap<_Key, _Tp, _Hash, 768 typedef __gnu_debug::_Safe_container<unordered_multimap, 790 _Base_iterator, unordered_multimap> iterator; 792 _Base_const_iterator, unordered_multimap> const_iterator; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | unordered_map | 1 // Debugging unordered_map/unordered_multimap implementation -*- C++ -*- 44 class unordered_multimap; 574 merge(unordered_multimap<_Key, _Tp, _H2, _P2, _Alloc>& __source) 583 merge(unordered_multimap<_Key, _Tp, _H2, _P2, _Alloc>&& __source) 868 /// Class std::unordered_multimap with safety/checking/debug instrumentation. 873 class unordered_multimap 875 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>, _Alloc, 877 public _GLIBCXX_STD_C::unordered_multimap< 880 typedef _GLIBCXX_STD_C::unordered_multimap<_Key, _Tp, _Hash, 882 typedef __gnu_debug::_Safe_container<unordered_multimap, [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | unordered_map | 160 void merge(unordered_multimap<Key, T, H2, P2, Allocator>& source); // C++17 162 void merge(unordered_multimap<Key, T, H2, P2, Allocator>&& source); // C++17 236 class unordered_multimap 260 unordered_multimap() 265 explicit unordered_multimap(size_type n, const hasher& hf = hasher(), 269 unordered_multimap(InputIterator f, InputIterator l, 273 explicit unordered_multimap(const allocator_type&); 274 unordered_multimap(const unordered_multimap&); 275 unordered_multimap(const unordered_multimap&, const Allocator&); 276 unordered_multimap(unordered_multimap&&) [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/ |
H A D | unordered_map | 31 using unordered_multimap = 32 std::unordered_multimap<Key, T, Hash, Pred, 59 using unordered_multimap = _VSTD::unordered_multimap<_Key, _Value, _Hash, _Pred,
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | unordered_map | 69 using unordered_multimap 70 = std::unordered_multimap<_Key, _Tp, _Hash, _Pred, 94 inline typename unordered_multimap<_Key, _Tp, _Hash, _CPred, _Alloc>:: 96 erase_if(unordered_multimap<_Key, _Tp, _Hash, _CPred, _Alloc>& __cont, 99 _GLIBCXX_STD_C::unordered_multimap<_Key, _Tp, _Hash, _CPred, _Alloc>&
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | unordered_map | 63 erase_if(unordered_multimap<_Key, _Tp, _Hash, _CPred, _Alloc>& __cont, 66 _GLIBCXX_STD_C::unordered_multimap<_Key, _Tp, _Hash, _CPred, _Alloc>& 80 using unordered_multimap 81 = std::unordered_multimap<_Key, _Tp, _Hash, _Pred,
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | unordered_map | 69 using unordered_multimap 70 = std::unordered_multimap<_Key, _Tp, _Hash, _Pred, 90 inline typename unordered_multimap<_Key, _Tp, _Hash, _CPred, _Alloc>:: 92 erase_if(unordered_multimap<_Key, _Tp, _Hash, _CPred, _Alloc>& __cont,
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | unordered_map.h | 232 class unordered_multimap in _GLIBCXX_VISIBILITY() 245 unordered_multimap(size_type __n = 10, in _GLIBCXX_VISIBILITY() 254 unordered_multimap(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 272 swap(unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, in _GLIBCXX_VISIBILITY() 273 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | unordered_map.h | 232 class unordered_multimap in _GLIBCXX_VISIBILITY() 245 unordered_multimap(size_type __n = 10, in _GLIBCXX_VISIBILITY() 254 unordered_multimap(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 272 swap(unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, in _GLIBCXX_VISIBILITY() 273 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | unordered_map | 59 erase_if(unordered_multimap<_Key, _Tp, _Hash, _CPred, _Alloc>& __cont, 72 using unordered_multimap 73 = std::unordered_multimap<_Key, _Tp, _Hash, _Pred,
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | system.h | 75 #define Unordered_multimap std::unordered_multimap 89 #define Unordered_multimap std::tr1::unordered_multimap
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | system.h | 75 #define Unordered_multimap std::unordered_multimap 89 #define Unordered_multimap std::tr1::unordered_multimap
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | GlobalDCE.h | 44 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2014 | 1107 (std::__profile::unordered_multimap<>): Adapt. 2295 * testsuite/23_containers/unordered_multimap/55043.cc: Likewise. 2296 * testsuite/23_containers/unordered_multimap/cons/moveable.cc: Likewise. 2297 * testsuite/23_containers/unordered_multimap/debug/ 2299 * testsuite/23_containers/unordered_multimap/debug/ 2301 * testsuite/23_containers/unordered_multimap/debug/ 2303 * testsuite/23_containers/unordered_multimap/debug/ 2305 * testsuite/23_containers/unordered_multimap/debug/ 2307 * testsuite/23_containers/unordered_multimap/debug/ 2309 * testsuite/23_containers/unordered_multimap/debug/ [all …]
|
H A D | ChangeLog-2012 | 423 * testsuite/23_containers/unordered_multimap/insert/55028-debug.cc: 556 * testsuite/23_containers/unordered_multimap/insert/55028-debug.cc: New. 807 * testsuite/23_containers/unordered_multimap/final_hash.cc: Likewise. 808 * testsuite/23_containers/unordered_multimap/observers.cc: Likewise. 809 * testsuite/23_containers/unordered_multimap/range_access.cc: Likewise. 810 * testsuite/23_containers/unordered_multimap/requirements/53339.cc: 903 * testsuite/tr1/6_containers/unordered_multimap/capacity/ 975 (unordered_multimap<>): Likewise. 1079 (unordered_multimap<>::max_load_factor(float)): Likewise. 1082 * testsuite/23_containers/unordered_multimap/debug/ [all …]
|
H A D | ChangeLog-2018 | 978 (unordered_multimap<>::begin()): Use C++11 direct initialization. 979 (unordered_multimap<>::end()): Likewise. 980 (unordered_multimap<>::cbegin()): Likewise. 981 (unordered_multimap<>::cend()): Likewise. 982 (unordered_multimap<>::begin(size_type)): Likewise. 983 (unordered_multimap<>::end(size_type)): Likewise. 984 (unordered_multimap<>::cbegin(size_type)): Likewise. 985 (unordered_multimap<>::cend(size_type)): Likewise. 986 (unordered_multimap<>::emplace<>(_Args&&...)): Likewise. 987 (unordered_multimap<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise. [all …]
|
H A D | ChangeLog-2007 | 435 const unordered_map&), operator==(const unordered_multimap&, 436 const unordered_multimap&), operator!=(const unordered_multimap&, 437 const unordered_multimap&)): Remove. 440 unordered_multimap<>::unordered_multimap(unordered_multimap&&), 443 unordered_map<>&&), swap(unordered_multimap<>&&, 444 unordered_multimap<>&), swap(unordered_multimap<>&, 445 unordered_multimap<>&&)): Add. 575 unordered_multimap<>::unordered_multimap(unordered_multimap&&), 577 unordered_multimap<>::operator=(unordered_multimap&&), 580 swap(unordered_multimap<>&&, unordered_multimap<>&), [all …]
|
H A D | ChangeLog-2016 | 2357 * testsuite/23_containers/unordered_multimap/insert/57619.C: Likewise. 2666 * testsuite/unordered_multimap/allocator/copy.cc: Likewise. 2667 * testsuite/unordered_multimap/allocator/copy_assign.cc: Likewise. 2668 * testsuite/unordered_multimap/allocator/minimal.cc: Likewise. 2669 * testsuite/unordered_multimap/allocator/move.cc: Likewise. 2670 * testsuite/unordered_multimap/allocator/move_assign.cc: Likewise. 2671 * testsuite/unordered_multimap/allocator/swap.cc: Likewise. 2672 * testsuite/unordered_multimap/cons/moveable.cc: Likewise. 2673 * testsuite/unordered_multimap/debug/construct5_neg.cc: Likewise. 2674 * testsuite/unordered_multimap/debug/move_assign_neg.cc: Likewise. [all …]
|
H A D | ChangeLog-2010 | 370 * include/debug/unordered_map (unordered_multimap<>::erase): Fix to 373 * testsuite/23_containers/unordered_multimap/erase/1.cc: Modify to 380 unordered_multimap<>::insert, unordered_set<>::insert, 1259 * testsuite/23_containers/unordered_multimap/insert/ 1261 * testsuite/23_containers/unordered_multimap/insert/ 2151 * testsuite/23_containers/unordered_multimap/debug/insert1_neg.cc: 2153 * testsuite/23_containers/unordered_multimap/debug/construct1_neg.cc: 2155 * testsuite/23_containers/unordered_multimap/debug/construct2_neg.cc: 2157 * testsuite/23_containers/unordered_multimap/debug/insert2_neg.cc: 2159 * testsuite/23_containers/unordered_multimap/debug/construct3_neg.cc: [all …]
|
H A D | ChangeLog-2013 | 336 * testsuite/23_containers/unordered_multimap/allocator/noexcept.cc: 518 * testsuite/23_containers/unordered_multimap/allocator/copy.cc: 526 * testsuite/23_containers/unordered_multimap/allocator/move.cc: New. 576 * include/bits/unordered_map.h (unordered_map, unordered_multimap): 583 * testsuite/23_containers/unordered_multimap/55043.cc: Likewise. 2563 * testsuite/23_containers/unordered_multimap/insert/hint.cc: New. 2804 unordered_multimap<>::insert): Use std::forward, not std::move. 2806 * testsuite/23_containers/unordered_multimap/insert/57619.C: Likewise. 3554 (std::profile::unordered_multimap<>): Likewise. 3640 * include/debug/unordered_map (unordered_map, unordered_multimap): [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 569 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers; 610 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in FuncPGOInstrumentation() 717 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in canRenameComdat() 897 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in instrumentOneFunc() 1060 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in PGOUseFunc() 1592 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in collectComdatMembers() 1614 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; in InstrumentAllFunctions() 1839 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; in annotateAllFunctions()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
H A D | DebugMode.rst | 92 * ``std::unordered_multimap``
|