Home
last modified time | relevance | path

Searched refs:splice_after (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
Dforward_list572 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/
Dforward_list.h1128 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()
Dforward_list.tcc239 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/
Dslist639 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/
DChangeLog-2012730 * 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,
DChangeLog-20152657 (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):
DChangeLog-2010429 move_constructor.cc, splice_after.cc, splice_after1.cc,
5201 splice_after, remove, remove_if, merge): Likewise.
DChangeLog-2008403 splice_after, remove, remove_if, merge): Likewise.
DChangeLog-2009825 (forward_list<>::splice_after(const_iterator position,
2823 * include/bits/forward_list.h (splice_after): Use forward.
DChangeLog-20142035 splice_after.cc: Likewise.
DChangeLog-2021898 (forward_list::splice_after, forward_list::merge): Likewise.
DChangeLog-20162459 * testsuite/forward_list/debug/splice_after.cc: Likewise.
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS109881 …3efdd5b66507ddc3de149b19a7 libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after.cc