Home | History | Annotate | Download | only in bits

Lines Matching refs:__top

1044       _Link_type __top = _M_clone_node(__x);
1045 __top->_M_parent = __p;
1050 __top->_M_right = _M_copy(_S_right(__x), __top);
1051 __p = __top;
1067 _M_erase(__top);
1070 return __top;