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

/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Diomanip.h38 using std::showbase;
/freebsd-11-stable/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-stable/contrib/libstdc++/src/
H A Dios.cc50 const ios_base::fmtflags ios_base::showbase; member in class:ios_base
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dios.cpp102 const ios_base::fmtflags ios_base::showbase; member in class:ios_base
H A Dlocale.cpp4416 if (__flags & ios_base::showbase)
5487 // setting showbase). We match glibc's strfmon by interpreting
5521 // showbase is not set, the space goes away too.
5544 // showbase is not set, the space goes away too.
5574 // showbase is not set, the space goes away too.
5585 // should not be removed if showbase is absent.
5617 // showbase is not set, the space goes away too.
5640 // showbase is not set, the space goes away too.
5649 // should not disappear when showbase is absent.
5681 // showbase i
[all...]

Completed in 163 milliseconds