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

/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dstl_tree.h529 _S_right(_Base_ptr __x) function in class:_Rb_tree
533 _S_right(_Const_Base_ptr __x) function in class:_Rb_tree
912 _S_left(__x) : _S_right(__x);
929 _S_left(__x) : _S_right(__x);
998 __x = __comp ? _S_left(__x) : _S_right(__x);
1039 if (_S_right(__before._M_node) == 0)
1058 if (_S_right(__position._M_node) == 0)
1096 if (_S_right(__before._M_node) == 0)
1115 if (_S_right(__position._M_node) == 0)
1153 if (_S_right(__befor
[all...]
H A Dios_base.h64 _S_right = 1L << 7, enumerator in enum:_Ios_Fmtflags
72 _S_adjustfield = _S_left | _S_right | _S_internal,
281 static const fmtflags right = _S_right;

Completed in 54 milliseconds