Home | History | Annotate | Download | only in bits

Lines Matching refs:__top

1084       _Link_type __top = _M_clone_node(__x);
1085 __top->_M_parent = __p;
1090 __top->_M_right = _M_copy(_S_right(__x), __top);
1091 __p = __top;
1107 _M_erase(__top);
1110 return __top;