Home
last modified time | relevance | path

Searched defs:_S_right (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/
Dc_io_stdio.h66 static const __int_type _S_right = 0x0080; member
Dc_io_libio.h76 static const __int_type _S_right = _IO_RIGHT; member
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dios.cc83 const __ios_flags::__int_type __ios_flags::_S_right; member in std::__ios_flags
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dstl_tree.h660 _S_right(_Link_type __x) { return (_Link_type&)(__x->_M_right); } in _S_right() function
678 _S_right(_Base_ptr __x) { return (_Link_type&)(__x->_M_right); } in _S_right() function
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dios_base.h64 _S_right = 1L << 7, enumerator