Searched refs:splice_after (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| D | forward_list | 572 splice_after(const_iterator __pos, forward_list&& __list) 587 _Base::splice_after(__pos.base(), std::move(__list)); 591 splice_after(const_iterator __pos, forward_list& __list) 592 { splice_after(__pos, std::move(__list)); } 595 splice_after(const_iterator __pos, forward_list&& __list, 616 _Base::splice_after(__pos.base(), std::move(__list), __i.base()); 620 splice_after(const_iterator __pos, forward_list& __list, 622 { splice_after(__pos, std::move(__list), __i); } 625 splice_after(const_iterator __pos, forward_list&& __list, 671 _Base::splice_after(__pos.base(), std::move(__list), [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | forward_list.h | 1128 splice_after(const_iterator __pos, forward_list&& __list) noexcept in _GLIBCXX_VISIBILITY() 1135 splice_after(const_iterator __pos, forward_list& __list) noexcept in _GLIBCXX_VISIBILITY() 1136 { splice_after(__pos, std::move(__list)); } in _GLIBCXX_VISIBILITY() 1149 splice_after(const_iterator __pos, forward_list&& __list, in _GLIBCXX_VISIBILITY() 1153 splice_after(const_iterator __pos, forward_list& __list, in _GLIBCXX_VISIBILITY() 1155 { splice_after(__pos, std::move(__list), __i); } in _GLIBCXX_VISIBILITY() 1172 splice_after(const_iterator __pos, forward_list&&, in _GLIBCXX_VISIBILITY() 1177 splice_after(const_iterator __pos, forward_list&, in _GLIBCXX_VISIBILITY()
|
| D | forward_list.tcc | 239 splice_after(const_iterator __pos, forward_list&&, in splice_after() function in std::forward_list 299 __to_destroy.splice_after(__to_destroy.cbefore_begin(), in remove() 322 __to_destroy.splice_after(__to_destroy.cbefore_begin(), in remove_if() 350 __to_destroy.splice_after(__to_destroy.cbefore_begin(), in unique()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | slist | 639 splice_after(iterator __pos, 650 splice_after(iterator __pos, iterator __prev) 658 splice_after(iterator __pos, slist& __x)
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2012 | 730 * testsuite/23_containers/forward_list/debug/splice_after.cc: Likewise. 2869 * include/debug/forward_list (forward_list::splice_after): Check 2960 * testsuite/23_containers/forward_list/debug/splice_after.cc: 3054 * include/bits/forward_list.h (splice_after(const_iterator, 3055 forward_list&), splice_after(const_iterator, forward_list&, 3056 const_iterator), splice_after(const_iterator, forward_list&, 3062 * include/bits/forward_list.h (splice_after(const_iterator, 3066 (splice_after(const_iterator, forward_list&&, const_iterator, 3068 * include/bits/forward_list.tcc (splice_after(const_iterator,
|
| D | ChangeLog-2015 | 2657 (forward_list<>::splice_after): Use latter. 3951 * include/bits/forward_list.h (forward_list::splice_after): Add 3953 * include/bits/forward_list.tcc (forward_list::splice_after):
|
| D | ChangeLog-2010 | 429 move_constructor.cc, splice_after.cc, splice_after1.cc, 5201 splice_after, remove, remove_if, merge): Likewise.
|
| D | ChangeLog-2008 | 403 splice_after, remove, remove_if, merge): Likewise.
|
| D | ChangeLog-2009 | 825 (forward_list<>::splice_after(const_iterator position, 2823 * include/bits/forward_list.h (splice_after): Use forward.
|
| D | ChangeLog-2014 | 2035 splice_after.cc: Likewise.
|
| D | ChangeLog-2021 | 898 (forward_list::splice_after, forward_list::merge): Likewise.
|
| D | ChangeLog-2016 | 2459 * testsuite/forward_list/debug/splice_after.cc: Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 109881 …3efdd5b66507ddc3de149b19a7 libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after.cc
|