Searched refs:showbase (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/libstdc++/include/backward/
H A Diomanip.h38 using std::showbase;
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dios_base.h243 * - showbase
288 static const fmtflags showbase = _S_showbase; member in class:ios_base
802 /// Calls base.setf(ios_base::showbase).
804 showbase(ios_base& __base) function
806 __base.setf(ios_base::showbase);
810 /// Calls base.unsetf(ios_base::showbase).
814 __base.unsetf(ios_base::showbase);
/freebsd-11.0-release/contrib/libstdc++/src/
H A Dios.cc50 const ios_base::fmtflags ios_base::showbase; member in class:ios_base
/freebsd-11.0-release/contrib/libc++/src/
H A Dios.cpp102 const ios_base::fmtflags ios_base::showbase; member in class:ios_base
H A Dlocale.cpp4446 if (__flags & ios_base::showbase)
5557 // setting showbase). We match glibc's strfmon by interpreting
5591 // showbase is not set, the space goes away too.
5614 // showbase is not set, the space goes away too.
5644 // showbase is not set, the space goes away too.
5655 // should not be removed if showbase is absent.
5687 // showbase is not set, the space goes away too.
5710 // showbase is not set, the space goes away too.
5719 // should not disappear when showbase is absent.
5751 // showbase i
[all...]

Completed in 77 milliseconds