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

/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_iomanip.h121 struct _Setbase { int _M_base; }; struct
131 inline _Setbase
134 _Setbase __x;
141 operator>>(basic_istream<_CharT,_Traits>& __is, _Setbase __f)
152 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setbase __f)
272 extern template ostream& operator<<(ostream&, _Setbase);
278 extern template istream& operator>>(istream&, _Setbase);
286 extern template wostream& operator<<(wostream&, _Setbase);
292 extern template wistream& operator>>(wistream&, _Setbase);
/freebsd-12-stable/contrib/libstdc++/src/
H A Distream-inst.cc52 template istream& operator>>(istream&, _Setbase);
79 template wistream& operator>>(wistream&, _Setbase);
H A Dostream-inst.cc55 template ostream& operator<<(ostream&, _Setbase);
84 template wostream& operator<<(wostream&, _Setbase);

Completed in 187 milliseconds