Searched refs:_Setiosflags (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_iomanip.h87 struct _Setiosflags { ios_base::fmtflags _M_mask; }; struct
96 inline _Setiosflags
99 _Setiosflags __x;
106 operator>>(basic_istream<_CharT,_Traits>& __is, _Setiosflags __f)
114 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setiosflags __f)
270 extern template ostream& operator<<(ostream&, _Setiosflags);
276 extern template istream& operator>>(istream&, _Setiosflags);
284 extern template wostream& operator<<(wostream&, _Setiosflags);
290 extern template wistream& operator>>(wistream&, _Setiosflags);
/freebsd-12-stable/contrib/libstdc++/src/
H A Distream-inst.cc50 template istream& operator>>(istream&, _Setiosflags);
77 template wistream& operator>>(wistream&, _Setiosflags);
H A Dostream-inst.cc53 template ostream& operator<<(ostream&, _Setiosflags);
82 template wostream& operator<<(wostream&, _Setiosflags);

Completed in 164 milliseconds