Home | History | Annotate | Download | only in bits

Lines Matching refs:__top

1076       _Link_type __top = _M_clone_node(__x);
1077 __top->_M_parent = __p;
1082 __top->_M_right = _M_copy(_S_right(__x), __top);
1083 __p = __top;
1099 _M_erase(__top);
1102 return __top;