Searched refs:_M_splice_after (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | forward_list.tcc | 220 _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()
|
| D | forward_list.h | 1131 _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/ |
| D | ChangeLog-2012 | 3065 (_M_splice_after(const_iterator, forward_list&&)): Change signature. 3070 (_M_splice_after): Define, use throughout.
|
| D | ChangeLog-2010 | 5148 (forward_list<>::_M_splice_after): Add.
|