Home | History | Annotate | Download | only in bits

Lines Matching refs:__tail

81       _Fwd_list_node_base* __tail = _M_next;
82 if (!__tail)
84 while (_Fwd_list_node_base* __temp = __tail->_M_next)
88 __tail->_M_next = __temp->_M_next;