Home
last modified time | relevance | path

Searched refs:showpoint (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dios.inc32 using std::showpoint;
H A Dios.cppm
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dios41 static constexpr fmtflags showpoint;
172 ios_base& showpoint (ios_base& str);
264 static const fmtflags showpoint = 0x0400;
756 _LIBCPP_HIDE_FROM_ABI inline ios_base& showpoint(ios_base& __str) {
757 __str.setf(ios_base::showpoint);
762 __str.unsetf(ios_base::showpoint);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dios41 static constexpr fmtflags showpoint;
172 ios_base& showpoint (ios_base& str);
268 static const fmtflags showpoint = 0x0400;
774 _LIBCPP_HIDE_FROM_ABI inline ios_base& showpoint(ios_base& __str) {
775 __str.setf(ios_base::showpoint);
780 __str.unsetf(ios_base::showpoint);
/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.cpp74 const ios_base::fmtflags ios_base::showpoint; member in ios_base
H A Dlocale.cpp4085 if (__flags & ios_base::showpoint) in __format_float()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2677 SYMBOL(showpoint, std::, <ios>)
2678 SYMBOL(showpoint, std::, <iostream>)
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc4160 << std::showpoint; in FormatTimeInMillisAsSeconds()