Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dios40 static constexpr fmtflags showbase;
169 ios_base& showbase (ios_base& str);
245 static const fmtflags showbase = 0x0200;
852 showbase(ios_base& __str)
854 __str.setf(ios_base::showbase);
862 __str.unsetf(ios_base::showbase);
H A Dlocale1461 // Worst case is octal, with showbase enabled. Note that octal is always
1490 // Worst case is octal, with showbase enabled. Note that octal is always
1519 // Worst case is octal, with showbase enabled.
1547 // Worst case is octal, with showbase enabled.
2989 bool __sb = (__flags & ios_base::showbase) != 0;
3289 if (!__sym.empty() && (__flags & ios_base::showbase))
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dios.cpp86 const ios_base::fmtflags ios_base::showbase; member in ios_base
H A Dlocale.cpp4605 if (__flags & ios_base::showbase) in __format_int()
/freebsd-13.1/tests/sys/fs/fusefs/
H A Dio.cc67 << std::showbase in compare()