Home
last modified time | relevance | path

Searched refs:_M_splice_after (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dforward_list.tcc220 _M_splice_after(const_iterator __pos, in _M_splice_after() function in std::forward_list
261 return _M_splice_after(__pos, __tmp.before_begin(), __tmp.end()); in insert_after()
276 return _M_splice_after(__pos, __tmp.before_begin(), __tmp.end()); in insert_after()
Dforward_list.h1131 _M_splice_after(__pos, __list.before_begin(), __list.end()); in _GLIBCXX_VISIBILITY()
1174 { _M_splice_after(__pos, __before, __last); } in _GLIBCXX_VISIBILITY()
1179 { _M_splice_after(__pos, __before, __last); } in _GLIBCXX_VISIBILITY()
1336 _M_splice_after(const_iterator __pos, const_iterator __before, in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20123065 (_M_splice_after(const_iterator, forward_list&&)): Change signature.
3070 (_M_splice_after): Define, use throughout.
DChangeLog-20105148 (forward_list<>::_M_splice_after): Add.