Home | History | Annotate | Download | only in bits

Lines Matching refs:__tail

74       _Fwd_list_node_base* __tail = _M_next;
75 if (!__tail)
77 while (_Fwd_list_node_base* __temp = __tail->_M_next)
81 __tail->_M_next = __temp->_M_next;