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

/freebsd-10.0-release/contrib/libstdc++/include/backward/
H A Diomanip.h38 using std::showbase;
/freebsd-10.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-10.0-release/contrib/libstdc++/src/
H A Dios.cc50 const ios_base::fmtflags ios_base::showbase; member in class:ios_base
/freebsd-10.0-release/contrib/libc++/src/
H A Dios.cpp97 const ios_base::fmtflags ios_base::showbase; member in class:ios_base
H A Dlocale.cpp4302 if (__flags & ios_base::showbase)
5408 // setting showbase). We match glibc's strfmon by interpreting
5442 // showbase is not set, the space goes away too.
5465 // showbase is not set, the space goes away too.
5495 // showbase is not set, the space goes away too.
5506 // should not be removed if showbase is absent.
5538 // showbase is not set, the space goes away too.
5561 // showbase is not set, the space goes away too.
5570 // should not disappear when showbase is absent.
5602 // showbase i
[all...]

Completed in 87 milliseconds