Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
Dforward_list626 const_iterator __before, const_iterator __last)
631 __glibcxx_check_valid_fl_range(__before, __last, __dist);
632 _GLIBCXX_DEBUG_VERIFY(__before._M_attached_to(__listptr),
635 ._M_iterator(__before, "before"));
636 _GLIBCXX_DEBUG_VERIFY(__before._M_dereferenceable()
637 || __before._M_is_before_begin(),
640 ._M_iterator(__before, "before")
642 _GLIBCXX_DEBUG_VERIFY(__before != __last,
645 ._M_iterator(__before, "before")
652 for (_Base_const_iterator __tmp = std::next(__before.base());
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dforward_list.h1173 const_iterator __before, const_iterator __last) noexcept in _GLIBCXX_VISIBILITY()
1174 { _M_splice_after(__pos, __before, __last); } in _GLIBCXX_VISIBILITY()
1178 const_iterator __before, const_iterator __last) noexcept 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()
Dforward_list.tcc221 const_iterator __before, const_iterator __last) in _M_splice_after() argument
224 _Node_base* __b = const_cast<_Node_base*>(__before._M_node); in _M_splice_after()
Dstl_tree.h2230 iterator __before = __pos; in _GLIBCXX_VISIBILITY() local
2233 else if (_M_impl._M_key_compare(_S_key((--__before)._M_node), __k)) in _GLIBCXX_VISIBILITY()
2235 if (_S_right(__before._M_node) == 0) in _GLIBCXX_VISIBILITY()
2236 return _Res(0, __before._M_node); in _GLIBCXX_VISIBILITY()
2315 iterator __before = __pos; in _GLIBCXX_VISIBILITY() local
2318 else if (!_M_impl._M_key_compare(__k, _S_key((--__before)._M_node))) in _GLIBCXX_VISIBILITY()
2320 if (_S_right(__before._M_node) == 0) in _GLIBCXX_VISIBILITY()
2321 return _Res(0, __before._M_node); in _GLIBCXX_VISIBILITY()