Searched refs:__ios_type (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_ostream.h71 typedef basic_ios<_CharT, _Traits> __ios_type; typedef in class:basic_ostream
121 operator<<(__ios_type& (*__pf)(__ios_type&))
H A Dstd_istream.h70 typedef basic_ios<_CharT, _Traits> __ios_type; typedef in class:basic_istream
135 operator>>(__ios_type& (*__pf)(__ios_type&))
H A Dstd_fstream.h695 typedef basic_ios<char_type, traits_type> __ios_type; typedef in class:basic_fstream
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_istream.h70 typedef basic_ios<_CharT, _Traits> __ios_type; typedef in class:std::basic_istream
137 operator>>(__ios_type& (*__pf)(__ios_type&));
H A Dstd_ostream.h70 typedef basic_ios<_CharT, _Traits> __ios_type; typedef in class:std::basic_ostream
134 operator<<(__ios_type& (*__pf)(__ios_type&));
H A Dstd_fstream.h733 typedef basic_ios<char_type, traits_type> __ios_type; typedef in class:std::basic_fstream

Completed in 197 milliseconds