Home
last modified time | relevance | path

Searched defs:__ios_type (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_ostream.h71 typedef basic_ios<_CharT, _Traits> __ios_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
H A Dstd_istream.h70 typedef basic_ios<_CharT, _Traits> __ios_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
H A Dstd_fstream.h695 typedef basic_ios<char_type, traits_type> __ios_type; typedef
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_ostream.h70 typedef basic_ios<_CharT, _Traits> __ios_type; typedef
H A Dstd_istream.h70 typedef basic_ios<_CharT, _Traits> __ios_type; typedef
H A Dstd_fstream.h733 typedef basic_ios<char_type, traits_type> __ios_type; typedef
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dostream.tcc73 operator<<(__ios_type& (*__pf)(__ios_type&)) in operator <<() argument
H A Distream.tcc91 operator>>(__ios_type& (*__pf)(__ios_type&)) in operator >>() argument