Home | History | Annotate | Download | only in bits

Lines Matching refs:__top

972       _Link_type __top = _M_clone_node(__x);
973 __top->_M_parent = __p;
978 __top->_M_right = _M_copy(_S_right(__x), __top);
979 __p = __top;
995 _M_erase(__top);
998 return __top;