Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dios_base.h288 static const fmtflags showbase = _S_showbase; variable
804 showbase(ios_base& __base) in showbase() function
806 __base.setf(ios_base::showbase); in showbase()
814 __base.unsetf(ios_base::showbase); in noshowbase()
Dlocale_facets.tcc1027 else if (__flags & ios_base::showbase && __v) in _M_insert_int()
1308 __io.flags(__flags & __fmt | (ios_base::hex | ios_base::showbase)); in do_put()
1371 if (__io.flags() & ios_base::showbase || __sign_size > 1 in _M_extract()
1390 && (__j || __io.flags() & ios_base::showbase)) in _M_extract()
1673 __len += ((__io.flags() & ios_base::showbase) in _M_insert()
1689 if (__io.flags() & ios_base::showbase) in _M_insert()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dios_base.h237 static const fmtflags showbase = fmtflags(__ios_flags::_S_showbase); variable
694 showbase(ios_base& __base) in showbase() function
696 __base.setf(ios_base::showbase); in showbase()
704 __base.unsetf(ios_base::showbase); in noshowbase()
Dlocale_facets.tcc615 __io.flags(__fmt & __fmtmask | (ios_base::hex | ios_base::showbase)); in do_get()
699 const bool __showbase = (__flags & ios_base::showbase) && __v; in __int_to_char()
769 if ((__io.flags() & ios_base::showbase) && __len > 1) in _M_group_int()
1075 __io.flags(__flags & __fmt | (ios_base::hex | ios_base::showbase)); in do_put()
1163 if (__io.flags() & ios_base::showbase in do_get()
1185 if (__j != __len && (__io.flags() & ios_base::showbase)) in do_get()
1443 __len += (__io.flags() & ios_base::showbase) ? __symbol.size() : 0; in do_put()
1453 if (__io.flags() & ios_base::showbase) in do_put()
2385 if ((__io.flags() & ios_base::showbase) && __len > 1) in _M_widen_int()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
Denum2.C16 showbase=0200, showpoint=0400, uppercase=01000, showpos=02000, enumerator
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
Dtypedef03.C21 showbase = 0x0100, enumerator
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dmoney_put_members_char.cc95 oss.setf(ios_base::showbase); in test01()
138 oss.unsetf(ios_base::showbase); in test01()
226 oss.setf(ios_base::showbase); in test02()
Dmoney_put_members_wchar_t.cc95 oss.setf(ios_base::showbase); in test01()
138 oss.unsetf(ios_base::showbase); in test01()
226 oss.setf(ios_base::showbase); in test02()
Dmoney_get_members_wchar_t.cc124 iss.setf(ios_base::showbase); in test01()
179 iss.unsetf(ios_base::showbase); in test01()
272 iss.setf(ios_base::showbase); in test02()
Dmoney_get_members_char.cc123 iss.setf(ios_base::showbase); in test01()
178 iss.unsetf(ios_base::showbase); in test01()
270 iss.setf(ios_base::showbase); in test02()
Dnum_put_members_char.cc351 oss.setf(ios::showbase); in test05()
359 oss.setf(ios::showbase); in test05()
Dnum_put_members_wchar_t.cc351 oss.setf(ios::showbase); in test05()
359 oss.setf(ios::showbase); in test05()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/backward/
Diomanip.h38 using std::showbase;
/openbsd/src/gnu/gcc/libstdc++-v3/include/backward/
Diomanip.h38 using std::showbase;
/openbsd/src/gnu/llvm/libcxx/include/
Dios40 static constexpr fmtflags showbase;
169 ios_base& showbase (ios_base& str);
258 static const fmtflags showbase = 0x0200;
865 showbase(ios_base& __str)
867 __str.setf(ios_base::showbase);
875 __str.unsetf(ios_base::showbase);
Dlocale1489 // Worst case is octal, with showbase enabled. Note that octal is always
2929 bool __sb = (__flags & ios_base::showbase) != 0;
3231 if (!__sym.empty() && (__flags & ios_base::showbase))
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Dios_manip_basefield.cc59 oss << std::oct << std::showbase; in test01()
Dostream_inserter_arith.cc350 o1 << hex << showbase << setw(6) << internal << 0xff; in test04()
354 o2 << hex << showbase << setw(6) << internal << "0xff"; in test04()
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dios.cc50 const ios_base::fmtflags ios_base::showbase; member in ios_base
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dios.cc116 const ios_base::fmtflags ios_base::showbase; member in std::ios_base
Dlocale.cc548 if (__flags & ios_base::showbase) in _S_format_int()
/openbsd/src/gnu/llvm/libcxx/src/
Dios.cpp86 const ios_base::fmtflags ios_base::showbase; member in ios_base
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
Dp811.C39 showbase=0200, showpoint=0400, uppercase=01000, showpos=02000, enumerator
Dp784.C377 showbase=0200, showpoint=0400, uppercase=01000, showpos=02000, enumerator
/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
DChangeLog2335 when ios::oct and ios::showbase are set.
2336 For hex, showbase adds initial 0x (or 0X) regardless of val==0.

12