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

/freebsd-11.0-release/contrib/libstdc++/src/
H A Dtree.cc206 _Rb_tree_node_base* const __xpp = __x->_M_parent->_M_parent; local
208 if (__x->_M_parent == __xpp->_M_left)
210 _Rb_tree_node_base* const __y = __xpp->_M_right;
215 __xpp->_M_color = _S_red;
216 __x = __xpp;
226 __xpp->_M_color = _S_red;
227 _Rb_tree_rotate_right(__xpp, __root);
232 _Rb_tree_node_base* const __y = __xpp->_M_left;
237 __xpp->_M_color = _S_red;
238 __x = __xpp;
[all...]

Completed in 50 milliseconds