Searched refs:showbase (Results 1 – 5 of 5) sorted by relevance
40 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);
1461 // Worst case is octal, with showbase enabled. Note that octal is always1490 // Worst case is octal, with showbase enabled. Note that octal is always1519 // 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))
86 const ios_base::fmtflags ios_base::showbase; member in ios_base
4605 if (__flags & ios_base::showbase) in __format_int()
67 << std::showbase in compare()