Home
last modified time | relevance | path

Searched refs:_S_showbase (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/
Dc_io_stdio.h68 static const __int_type _S_showbase = 0x0200; member
Dc_io_libio.h78 static const __int_type _S_showbase = _IO_SHOWBASE; member
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dios_base.h66 _S_showbase = 1L << 9, enumerator
288 static const fmtflags showbase = _S_showbase;
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dios.cc85 const __ios_flags::__int_type __ios_flags::_S_showbase; member in std::__ios_flags
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dios_base.h237 static const fmtflags showbase = fmtflags(__ios_flags::_S_showbase);