| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| 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/dist/libstdc++-v3/include/debug/ |
| 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/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| 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/tr1/ |
| 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/binutils/dist/gold/ |
| D | system.h | 75 #define Unordered_multimap std::unordered_multimap 89 #define Unordered_multimap std::tr1::unordered_multimap
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| 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 …]
|
| 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 …]
|
| 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 …]
|
| 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 …]
|
| 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 …]
|
| 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 …]
|
| 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 …]
|
| D | ChangeLog-2021 | 625 * testsuite/23_containers/unordered_multimap/96088.cc: Likewise. 658 (unordered_multimap<>::erase(const_iterator)): New. 926 (unordered_multimap(unordered_multimap&&, const allocator_type&)): 928 (unordered_multimap::operator=(initializer_list<>), unordered_multimap::merge): 1112 (unordered_multimap<>::mapped_type, pointer, const_pointer): New typedef. 1113 (unordered_multimap<>::reference, const_reference, difference_type): New typedef. 1114 (unordered_multimap<>::get_allocator, empty, size, max_size): Add usings. 1115 (unordered_multimap<>::bucket_count, max_bucket_count, bucket): Add usings. 1116 (unordered_multimap<>::hash_function, key_equal, count, contains): Add usings. 1117 (unordered_multimap<>::rehash, reserve): Add usings. [all …]
|
| D | ChangeLog-2011 | 44 (unordered_map<>::_S_to_local, unordered_multimap<>::_S_to_local): 49 unordered_multimap<>::_M_profile_destruct): Enhance thanks to usage of 58 * testsuite_files/23_containers/unordered_multimap/final_hash.cc: New. 132 * testsuite/23_containers/unordered_multimap/erase/51142.cc: Likewise. 220 unordered_multimap<>. 232 unordered_map<>::emplace_hint, unordered_multimap<>::emplace, 233 unordered_multimap<>::emplace_hint): Add. 236 * testsuite/23_containers/unordered_multimap/modifiers/emplace.cc: 397 * testsuite/23_containers/unordered_multimap/erase/1.cc: Likewise. 399 * testsuite/23_containers/unordered_multimap/erase/2.cc: New. [all …]
|
| D | ChangeLog-2008 | 710 * testsuite/tr1/6_containers/unordered_multimap/capacity/ 712 * testsuite/tr1/6_containers/unordered_multimap/capacity/ 714 * testsuite/tr1/6_containers/unordered_multimap/capacity/ 716 * testsuite/tr1/6_containers/unordered_multimap/capacity/ 960 * include/debug/unordered_map (unordered_map<>, unordered_multimap<>): 962 unordered_map / unordered_multimap; add missing member functions. 968 * testsuite/23_containers/unordered_multimap/init-list.cc: Remove 1548 * testsuite/tr1/6_containers/unordered_multimap/requirements/ 1556 * testsuite/23_containers/unordered_multimap/requirements/typedef.cc: 1590 * testsuite/tr1/6_containers/unordered_multimap/requirements/ [all …]
|
| D | ChangeLog-2017 | 47 (unordered_multimap::insert(value_type&&)) 48 (unordered_multimap::insert(const_iterator, value_type&&)): Likewise. 53 * testsuite/23_containers/unordered_multimap/insert/dr2354.cc (test02): 317 * include/bits/unordered_map.h (unordered_map, unordered_multimap): 340 * testsuite/23_containers/unordered_multimap/48101-2_neg.cc: New test. 341 * testsuite/23_containers/unordered_multimap/48101_neg.cc: New test. 791 * testsuite/23_containers/unordered_multimap/cons/deduction.cc: 1105 (unordered_multimap::insert(value_type&&)) 1106 (unordered_multimap::insert(const_iterator, value_type&&)): Likewise. 1111 * testsuite/23_containers/unordered_multimap/insert/dr2354.cc: New [all …]
|
| D | ChangeLog-2015 | 2450 unordered_multimap::swap, swap): Likewise. 2478 * testsuite/23_containers/unordered_multimap/allocator/noexcept.cc: 2673 (unordered_map<>::insert, unordered_multimap<>::insert): Likewise. 2722 swap(unordered_multimap& unordered_multimap&)): Add noexcept. 3308 * testsuite/23_containers/unordered_multimap/cons/66055.cc: Likewise. 3319 * include/bits/unordered_map.h (unordered_map, unordered_multimap): Add 3323 * include/debug/unordered_map (unordered_map, unordered_multimap): Add 3327 * include/profile/unordered_map (unordered_map, unordered_multimap): Add 3352 * include/std/unordered_map (unordered_map, unordered_multimap): Add 3357 * testsuite/23_containers/unordered_multimap/cons/66055.cc: New. [all …]
|
| D | ChangeLog-2009 | 31 * testsuite/23_containers/unordered_multimap/requirements/exception/ 749 * testsuite/23_containers/unordered_multimap/requirements/ 2193 * testsuite/23_containers/unordered_multimap/requirements/ 2195 * testsuite/23_containers/unordered_multimap/requirements/ 2197 * testsuite/23_containers/unordered_multimap/requirements/ 2199 * testsuite/23_containers/unordered_multimap/requirements/ 2201 * testsuite/23_containers/unordered_multimap/requirements/ 2203 * testsuite/23_containers/unordered_multimap/requirements/ 2205 * testsuite/23_containers/unordered_multimap/requirements/ 6852 * testsuite/23_containers/unordered_multimap/requirements/debug.cc: [all …]
|
| D | ChangeLog-2019 | 1268 * testsuite/tr1/6_containers/unordered_multimap/capacity/ 1663 * testsuite/23_containers/unordered_multimap/pmr_typedefs_debug.cc: 3265 * testsuite/23_containers/unordered_multimap/requirements/ 3267 * testsuite/23_containers/unordered_multimap/requirements/ 3377 * testsuite/23_containers/unordered_multimap/48101-3_neg.cc: New test. 3851 * testsuite/23_containers/unordered_multimap/48101_neg.cc: Likewise. 3889 * testsuite/23_containers/unordered_multimap/allocator/move_assign.cc 4232 * testsuite/23_containers/unordered_multimap/modifiers/extract.cc: 4375 * testsuite/23_containers/unordered_multimap/insert/24061-multimap.cc 4377 * testsuite/23_containers/unordered_multimap/insert/24061-multimap.cc [all …]
|
| D | ChangeLog-2020 | 3639 * testsuite/23_containers/unordered_multimap/debug/iterator_self_move_assign_neg.cc: 3641 * testsuite/23_containers/unordered_multimap/debug/self_move_assign_neg.cc: Removed. 4868 * testsuite/23_containers/unordered_multimap/modifiers/extract.cc: 4870 * testsuite/23_containers/unordered_multimap/modifiers/merge.cc: 5019 (unordered_multimap<>::_M_invalidate): Adapt. 5043 (unordered_multimap(unordered_multimap&&, const allocator_type&)): 5051 (unordered_multimap(unordered_multimap&&, const allocator_type&)): 5065 * testsuite/23_containers/unordered_multimap/cons/noexcept_default_construct.cc: 5067 * testsuite/23_containers/unordered_multimap/cons/noexcept_move_construct.cc: 5767 (unordered_multimap(const _Base&)): Likewise. [all …]
|
| D | ChangeLog-2006 | 5788 * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/1.cc: New. 5789 * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/2.cc: New.
|
| D | ChangeLog-2005 | 1255 * include/tr1/unordered_map (class unordered_map, unordered_multimap):
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | regcache.c | 349 = std::unordered_multimap<ptid_t, regcache_up>;
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 110603 88035a99bb06dd8511df0521e37e649f libstdc++-v3/testsuite/23_containers/unordered_multimap/48101-2_n… 110604 4b564070c6bb9f5649391ab8917e0ffa libstdc++-v3/testsuite/23_containers/unordered_multimap/48101-3_n… 110605 12f07af2311c4e440077fbf1fd7c68ef libstdc++-v3/testsuite/23_containers/unordered_multimap/48101_neg… 110606 d6dbb5c9ce758d0ef931f4b0c0b361cd libstdc++-v3/testsuite/23_containers/unordered_multimap/55043.cc 110607 16751efb4d7a855adef573c4da602977 libstdc++-v3/testsuite/23_containers/unordered_multimap/96088.cc 110608 296c150355874c513cd6347d592ceaf0 libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator… 110609 78990714ae190367ad40f3612ebbcebe libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator… 110610 939aa922c4ae165f3f8895eba079a69c libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator… 110611 a453b5ad7f4b9c3509d58339c5d71697 libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator… 110612 72d8d4a8f406a90d09e5575f66089dbe libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator… [all …]
|
| D | NEWS | 15376 unordered_map, unordered_multiset, unordered_multimap.
|