Home | History | Annotate | Download | only in bits

Lines Matching refs:__tail

78       _Fwd_list_node_base* __tail = _M_next;
79 if (!__tail)
81 while (_Fwd_list_node_base* __temp = __tail->_M_next)
85 __tail->_M_next = __temp->_M_next;