Home
last modified time | relevance | path

Searched refs:showpos (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dios.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dios42 static constexpr fmtflags showpos;
174 ios_base& showpos (ios_base& str);
265 static const fmtflags showpos = 0x0800;
777 _LIBCPP_HIDE_FROM_ABI inline ios_base& showpos(ios_base& __str) {
778 __str.setf(ios_base::showpos);
783 __str.unsetf(ios_base::showpos);
/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.cpp75 const ios_base::fmtflags ios_base::showpos; member in ios_base
H A Dlocale.cpp4145 if ((__flags & ios_base::showpos) && (__flags & ios_base::basefield) != ios_base::oct && in __format_int()
4167 if (__flags & ios_base::showpos) in __format_float()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2617 SYMBOL(showpos, std::, <ios>)
2618 SYMBOL(showpos, std::, <iostream>)