Searched refs:showbase (Results 1 – 7 of 7) sorted by relevance
40 static constexpr fmtflags showbase;170 ios_base& showbase (ios_base& str);263 static const fmtflags showbase = 0x0200;757 _LIBCPP_HIDE_FROM_ABI inline ios_base& showbase(ios_base& __str) {758 __str.setf(ios_base::showbase);763 __str.unsetf(ios_base::showbase);
1328 // Worst case is octal, with showbase enabled. Note that octal is always2551 bool __sb = (__flags & ios_base::showbase) != 0;2825 if (!__sym.empty() && (__flags & ios_base::showbase))
73 const ios_base::fmtflags ios_base::showbase; member in ios_base
4148 if (__flags & ios_base::showbase) in __format_int()
66 << std::showbase in compare()
2613 SYMBOL(showbase, std::, <ios>)2614 SYMBOL(showbase, std::, <iostream>)