Searched refs:_Setfill (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/libstdc++/src/
H A Diostream-inst.cc39 template class _Setfill<char>;
40 template _Setfill<char> setfill(char);
44 template class _Setfill<wchar_t>;
45 template _Setfill<wchar_t> setfill(wchar_t);
H A Distream-inst.cc49 template istream& operator>>(istream&, _Setfill<char>);
76 template wistream& operator>>(wistream&, _Setfill<wchar_t>);
H A Dostream-inst.cc52 template ostream& operator<<(ostream&, _Setfill<char>);
81 template wostream& operator<<(wostream&, _Setfill<wchar_t>);
/freebsd-10.3-release/contrib/libstdc++/include/std/
H A Dstd_iomanip.h163 struct _Setfill { _CharT _M_c; }; struct
173 inline _Setfill<_CharT>
176 _Setfill<_CharT> __x;
183 operator>>(basic_istream<_CharT,_Traits>& __is, _Setfill<_CharT> __f)
191 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setfill<_CharT> __f)
269 extern template ostream& operator<<(ostream&, _Setfill<char>);
275 extern template istream& operator>>(istream&, _Setfill<char>);
283 extern template wostream& operator<<(wostream&, _Setfill<wchar_t>);
289 extern template wistream& operator>>(wistream&, _Setfill<wchar_t>);

Completed in 56 milliseconds