Searched refs:showpos (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Diomanip.h42 using std::showpos;
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocale_facets.cc70 if (__flags & ios_base::showpos)
H A Dios.cc52 const ios_base::fmtflags ios_base::showpos; member in class:ios_base
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dios_base.h245 * - showpos
295 static const fmtflags showpos = _S_showpos; member in class:ios_base
834 /// Calls base.setf(ios_base::showpos).
836 showpos(ios_base& __base) function
838 __base.setf(ios_base::showpos);
842 /// Calls base.unsetf(ios_base::showpos).
846 __base.unsetf(ios_base::showpos);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dios.cpp104 const ios_base::fmtflags ios_base::showpos; member in class:ios_base
H A Dlocale.cpp4414 if (__flags & ios_base::showpos)
4440 if (__flags & ios_base::showpos)

Completed in 196 milliseconds