Home | History | Annotate | Download | only in tr1

Lines Matching refs:__tail

599 	      _Node** __tail = _M_buckets + __i;
602 *__tail = _M_allocate_node(__n->_M_v);
603 this->_M_copy_code(*__tail, __n);
604 __tail = &((*__tail)->_M_next);