Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dios.inc29 using std::showbase;
H A Dios.cppm
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dios40 static constexpr fmtflags showbase;
170 ios_base& showbase (ios_base& str);
263 static const fmtflags showbase = 0x0200;
746 _LIBCPP_HIDE_FROM_ABI inline ios_base& showbase(ios_base& __str) {
747 __str.setf(ios_base::showbase);
752 __str.unsetf(ios_base::showbase);
H A Dlocale1328 // Worst case is octal, with showbase enabled. Note that octal is always
2551 bool __sb = (__flags & ios_base::showbase) != 0;
2825 if (!__sym.empty() && (__flags & ios_base::showbase))
/freebsd/contrib/llvm-project/libcxx/include/
H A Dios40 static constexpr fmtflags showbase;
170 ios_base& showbase (ios_base& str);
267 static const fmtflags showbase = 0x0200;
764 _LIBCPP_HIDE_FROM_ABI inline ios_base& showbase(ios_base& __str) {
765 __str.setf(ios_base::showbase);
770 __str.unsetf(ios_base::showbase);
/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.cpp73 const ios_base::fmtflags ios_base::showbase; member in ios_base
H A Dlocale.cpp4064 if (__flags & ios_base::showbase) in __format_int()
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dmoney.h381 bool __sb = (__flags & ios_base::showbase) != 0; in __do_get()
657 if (!__sym.empty() && (__flags & ios_base::showbase)) in __format()
H A Dnum.h934 if (__v != 0 && __flags & ios_base::showbase) {
1053 …lags((__flags & ~ios_base::basefield & ~ios_base::uppercase) | ios_base::hex | ios_base::showbase);
/freebsd/tests/sys/fs/fusefs/
H A Dio.cc66 << std::showbase in compare()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2675 SYMBOL(showbase, std::, <ios>)
2676 SYMBOL(showbase, std::, <iostream>)