Home
last modified time | relevance | path

Searched refs:fmtflags (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/src/
Dios.cc41 const ios_base::fmtflags ios_base::boolalpha;
42 const ios_base::fmtflags ios_base::dec;
43 const ios_base::fmtflags ios_base::fixed;
44 const ios_base::fmtflags ios_base::hex;
45 const ios_base::fmtflags ios_base::internal;
46 const ios_base::fmtflags ios_base::left;
47 const ios_base::fmtflags ios_base::oct;
48 const ios_base::fmtflags ios_base::right;
49 const ios_base::fmtflags ios_base::scientific;
50 const ios_base::fmtflags ios_base::showbase;
[all …]
Dlocale_facets.cc67 ios_base::fmtflags __flags = __io.flags(); in _S_format_float()
82 ios_base::fmtflags __fltfield = __flags & ios_base::floatfield; in _S_format_float()
Dlocale-inst.cc313 ios_base::fmtflags, bool);
319 ios_base::fmtflags, bool);
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dios_base.h253 typedef _Ios_Fmtflags fmtflags; typedef
256 static const fmtflags boolalpha = _S_boolalpha;
259 static const fmtflags dec = _S_dec;
262 static const fmtflags fixed = _S_fixed;
265 static const fmtflags hex = _S_hex;
270 static const fmtflags internal = _S_internal;
274 static const fmtflags left = _S_left;
277 static const fmtflags oct = _S_oct;
281 static const fmtflags right = _S_right;
284 static const fmtflags scientific = _S_scientific;
[all …]
Dostream.tcc96 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; in operator <<()
110 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; in operator <<()
Dlocale_facets.tcc529 const ios_base::fmtflags __basefield = __io.flags() in _M_extract_int()
890 typedef ios_base::fmtflags fmtflags; in do_get() typedef
891 const fmtflags __fmt = __io.flags(); in do_get()
929 ios_base::fmtflags __flags, bool __dec) in __int_to_char()
995 const ios_base::fmtflags __flags = __io.flags(); in _M_insert_int()
1004 const ios_base::fmtflags __basefield = __flags & ios_base::basefield; in _M_insert_int()
1226 const ios_base::fmtflags __flags = __io.flags(); in do_put()
1314 const ios_base::fmtflags __flags = __io.flags(); in do_put()
1315 const ios_base::fmtflags __fmt = ~(ios_base::basefield in do_put()
1684 const ios_base::fmtflags __f = __io.flags() in _M_insert()
[all …]
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dios30 typedef T1 fmtflags;
31 static constexpr fmtflags boolalpha;
32 static constexpr fmtflags dec;
33 static constexpr fmtflags fixed;
34 static constexpr fmtflags hex;
35 static constexpr fmtflags internal;
36 static constexpr fmtflags left;
37 static constexpr fmtflags oct;
38 static constexpr fmtflags right;
39 static constexpr fmtflags scientific;
[all …]
Diomanip19 T1 resetiosflags(ios_base::fmtflags mask);
20 T2 setiosflags (ios_base::fmtflags mask);
60 ios_base::fmtflags __mask_;
63 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {}
88 resetiosflags(ios_base::fmtflags __mask)
97 ios_base::fmtflags __mask_;
100 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {}
125 setiosflags(ios_base::fmtflags __mask)
148 ios_base::fmtflags(0), ios_base::basefield);
161 ios_base::fmtflags(0), ios_base::basefield);
Diosfwd257 typedef typename __stream_type::fmtflags fmtflags;
260 fmtflags __fmtflags_;
Dostream396 ios_base::fmtflags __flags = ios_base::flags() & ios_base::basefield;
452 ios_base::fmtflags __flags = ios_base::flags() & ios_base::basefield;
Dlocale1120 ios_base::fmtflags __flags);
1122 ios_base::fmtflags __flags);
2847 ios_base::fmtflags __flags, ios_base::iostate& __err,
2887 ios_base::fmtflags __flags,
3202 ios_base::fmtflags __flags,
3264 ios_base::fmtflags __flags,
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dios.cpp77 const ios_base::fmtflags ios_base::boolalpha;
78 const ios_base::fmtflags ios_base::dec;
79 const ios_base::fmtflags ios_base::fixed;
80 const ios_base::fmtflags ios_base::hex;
81 const ios_base::fmtflags ios_base::internal;
82 const ios_base::fmtflags ios_base::left;
83 const ios_base::fmtflags ios_base::oct;
84 const ios_base::fmtflags ios_base::right;
85 const ios_base::fmtflags ios_base::scientific;
86 const ios_base::fmtflags ios_base::showbase;
[all …]
Dlocale.cpp4552 ios_base::fmtflags __basefield = iob.flags() & ios_base::basefield; in __get_base()
4598 ios_base::fmtflags __flags) in __format_int()
4626 ios_base::fmtflags __flags) in __format_float()
4633 ios_base::fmtflags floatfield = __flags & ios_base::floatfield; in __format_float()
/freebsd-12-stable/contrib/libstdc++/include/std/
Dstd_iomanip.h53 struct _Resetiosflags { ios_base::fmtflags _M_mask; };
63 resetiosflags(ios_base::fmtflags __mask) in resetiosflags()
74 __is.setf(ios_base::fmtflags(0), __f._M_mask);
82 __os.setf(ios_base::fmtflags(0), __f._M_mask);
87 struct _Setiosflags { ios_base::fmtflags _M_mask; };
97 setiosflags(ios_base::fmtflags __mask) in setiosflags()
146 ios_base::fmtflags(0), ios_base::basefield);
157 ios_base::fmtflags(0), ios_base::basefield);
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Drandom.tcc149 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<()
170 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>()
279 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<()
306 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>()
401 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<()
425 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>()
545 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<()
570 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>()
612 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<()
635 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>()
[all …]
/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest-printers.cc183 ostream::fmtflags flags = os->flags(); in PrintAsCharLiteralTo()
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20051873 const _CharT*, ios_base::fmtflags), __int_to_char(_CharT*, long
1874 long, const _CharT*, ios_base::fmtflags)): ... do that here,
3776 const _CharT*, ios_base::fmtflags, bool)): Don't deal with numeric
3784 ios_base::fmtflags), __int_to_char(_CharT*, unsigned long long,
3785 const _CharT*, ios_base::fmtflags)): Remove hackish fix for
3787 (__int_to_char(_CharT*, long, const _CharT*, ios_base::fmtflags),
3788 __int_to_char(_CharT*, long long, const _CharT*, ios_base::fmtflags)):
DChangeLog-20062694 long, const _CharT*, ios_base::fmtflags), __int_to_char<>(_CharT*,
2695 unsigned long, const _CharT*, ios_base::fmtflags),
2696 __int_to_char<>(_CharT*, long long, const _CharT*, ios_base::fmtflags),
2698 ios_base::fmtflags)): Remove.
2699 (__int_to_char<>(_CharT*, _ValueT, const _CharT*, ios_base::fmtflags,
DChangeLog-20041009 * testsuite/27_io/ios_base/types/fmtflags/bitmask_operators.cc: New.
1010 * testsuite/27_io/ios_base/types/fmtflags/case_label.cc: New.
DChangeLog-20005532 * bits/locale_facets.tcc (do_get::(...void)): Set fmtflags