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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr65475c_0.C39 1 << 6, _S_right = 1 << 7, _S_scientific = 1 << 8, _S_showbase = enumerator in enum:std::_Ios_Fmtflags
42 _S_left | _S_right | _S_internal, _S_basefield =
H A Dpr65475c_1.C45 1 << 6, _S_right = 1 << 7, _S_scientific = 1 << 8, _S_showbase = enumerator in enum:std::_Ios_Fmtflags
48 _S_left | _S_right | _S_internal, _S_basefield =
H A Dpr47333.C793 _S_right(_Base_ptr __x) function in class:std::_Rb_tree
851 _M_erase(_S_right(__x));
870 __x = _S_right(__x);
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_tree.h590 static _Link_type& _S_right(_Link_type __x) function in class:_Rb_tree
603 static _Link_type& _S_right(_Base_ptr __x) function in class:_Rb_tree
843 _S_right(__y) = __z;
849 _S_right(__z) = 0;
866 _S_left(__x) : _S_right(__x);
885 __x = __comp ? _S_left(__x) : _S_right(__x);
922 if (_S_right(__before._M_node) == 0)
955 if (_S_right(__before._M_node) == 0)
1060 __top->_M_right = _M_copy(_S_right(__x), __top);
1069 __y->_M_right = _M_copy(_S_right(__
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_tree.h686 _S_right(_Base_ptr __x) _GLIBCXX_NOEXCEPT
690 _S_right(_Const_Base_ptr __x) _GLIBCXX_NOEXCEPT
1132 __x = _S_right(__x);
1144 __x = _S_right(__x);
1561 _S_left(__x) : _S_right(__x);
1580 __top->_M_right = _M_copy(_S_right(__x), __top, __node_gen);
1590 __y->_M_right = _M_copy(_S_right(__x), __y, __node_gen);
1612 _M_erase(_S_right(__x));
1631 __x = _S_right(__x);
1647 __x = _S_right(__
[all...]
H A Dios_base.h66 _S_right = 1L << 7, enumerator in enum:_Ios_Fmtflags
74 _S_adjustfield = _S_left | _S_right | _S_internal,
351 static const fmtflags right = _S_right;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr46646.C770 _S_right(_Base_ptr __x) function in class:std::_Rb_tree
773 _S_right(_Const_Base_ptr __x) function in class:std::_Rb_tree
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic98.C269 static _Link_type _S_right(_Base_ptr __x) { function in class:std::_Rb_tree
311 if (_M_impl._M_key_compare(_S_key(__x), __k)) __x = _S_right(__x);

Completed in 196 milliseconds