OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__xpp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
tree.cc
235
_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
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
tree.cc
235
_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 20 milliseconds
Indexes created Sat Apr 18 00:22:28 UTC 2026