Home | History | Annotate | Download | only in bits

Lines Matching refs:__top

968       _Link_type __top = _M_clone_node(__x);
969 __top->_M_parent = __p;
974 __top->_M_right = _M_copy(_S_right(__x), __top);
975 __p = __top;
991 _M_erase(__top);
994 return __top;