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

/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Diomanip.h40 using std::showpoint;
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocale_facets.cc72 if (__flags & ios_base::showpoint)
H A Dios.cc51 const ios_base::fmtflags ios_base::showpoint; member in class:ios_base
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dios_base.h244 * - showpoint
292 static const fmtflags showpoint = _S_showpoint; member in class:ios_base
818 /// Calls base.setf(ios_base::showpoint).
820 showpoint(ios_base& __base) function
822 __base.setf(ios_base::showpoint);
826 /// Calls base.unsetf(ios_base::showpoint).
830 __base.unsetf(ios_base::showpoint);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dios.cpp103 const ios_base::fmtflags ios_base::showpoint; member in class:ios_base
H A Dlocale.cpp4442 if (__flags & ios_base::showpoint)

Completed in 174 milliseconds