Home
last modified time | relevance | path

Searched refs:showbase (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dios.inc29 using std::showbase;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dios40 static constexpr fmtflags showbase;
170 ios_base& showbase (ios_base& str);
266 static const fmtflags showbase = 0x0200;
714 _LIBCPP_HIDE_FROM_ABI inline ios_base& showbase(ios_base& __str) {
715 __str.setf(ios_base::showbase);
720 __str.unsetf(ios_base::showbase);
H A Dlocale1300 // Worst case is octal, with showbase enabled. Note that octal is always
2522 bool __sb = (__flags & ios_base::showbase) != 0;
2796 if (!__sym.empty() && (__flags & ios_base::showbase))
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dios.cpp73 const ios_base::fmtflags ios_base::showbase; member in ios_base
H A Dlocale.cpp4150 if (__flags & ios_base::showbase) in __format_int()
/freebsd-14.2/tests/sys/fs/fusefs/
H A Dio.cc65 << std::showbase in compare()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2613 SYMBOL(showbase, std::, <ios>)
2614 SYMBOL(showbase, std::, <iostream>)