Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dios.inc32 using std::showpoint;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dios41 static constexpr fmtflags showpoint;
172 ios_base& showpoint (ios_base& str);
267 static const fmtflags showpoint = 0x0400;
724 _LIBCPP_HIDE_FROM_ABI inline ios_base& showpoint(ios_base& __str) {
725 __str.setf(ios_base::showpoint);
730 __str.unsetf(ios_base::showpoint);
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dios.cpp74 const ios_base::fmtflags ios_base::showpoint; member in ios_base
H A Dlocale.cpp4171 if (__flags & ios_base::showpoint) in __format_float()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2615 SYMBOL(showpoint, std::, <ios>)
2616 SYMBOL(showpoint, std::, <iostream>)
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc4111 << std::showpoint; in FormatTimeInMillisAsSeconds()