Searched refs:__xpp (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dtree.cc235 _Rb_tree_node_base* const __xpp = __x->_M_parent->_M_parent; local
237 if (__x->_M_parent == __xpp->_M_left)
239 _Rb_tree_node_base* const __y = __xpp->_M_right;
244 __xpp->_M_color = _S_red;
245 __x = __xpp;
255 __xpp->_M_color = _S_red;
256 local_Rb_tree_rotate_right(__xpp, __root);
261 _Rb_tree_node_base* const __y = __xpp->_M_left;
266 __xpp->_M_color = _S_red;
267 __x = __xpp;
[all...]

Completed in 34 milliseconds