Home
last modified time | relevance | path

Searched defs:__curr (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dforward_list.tcc44 _Node* __curr = static_cast<_Node*>(__lst._M_impl._M_head._M_next); in _Fwd_list_base() local
73 _Node* __curr = static_cast<_Node*>(__pos->_M_next); in _M_erase_after() local
86 _Node* __curr = static_cast<_Node*>(__pos->_M_next); in _M_erase_after() local
294 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head); in remove() local
323 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head); in remove_if() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dforward_list.tcc66 _Node* __curr = static_cast<_Node*>(__pos->_M_next); in _M_erase_after() local
81 _Node* __curr = static_cast<_Node*>(__pos->_M_next); in _M_erase_after() local
286 _Node_base* __curr = &this->_M_impl._M_head; in remove() local
314 _Node_base* __curr = &this->_M_impl._M_head; in remove_if() local
H A Dforward_list.h1339 auto __curr = begin(); in _GLIBCXX_VISIBILITY() local
1369 auto __curr = begin(); in _GLIBCXX_VISIBILITY() local