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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_ostream.h70 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef in class:std::basic_ostream
129 inline __ostream_type&
130 operator<<(__ostream_type& (*__pf)(__ostream_type&));
132 inline __ostream_type&
135 inline __ostream_type&
166 __ostream_type&
169 __ostream_type&
172 __ostream_type&
175 __ostream_type
[all...]
H A Dstd_fstream.h542 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef in class:std::basic_ofstream
556 basic_ofstream(): __ostream_type(), _M_filebuf()
573 : __ostream_type(), _M_filebuf()
H A Dstd_istream.h767 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef in class:std::basic_iostream
777 : __istream_type(), __ostream_type()
788 basic_iostream() : __istream_type(), __ostream_type()
H A Dstd_sstream.h390 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef in class:std::basic_ostringstream
413 : __ostream_type(), _M_stringbuf(__mode | ios_base::out)
434 : __ostream_type(), _M_stringbuf(__str, __mode | ios_base::out)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dostream_insert.h45 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef
46 typedef typename __ostream_type::ios_base __ios_base;
57 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef
58 typedef typename __ostream_type::ios_base __ios_base;
77 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef
78 typedef typename __ostream_type::ios_base __ios_base;
80 typename __ostream_type::sentry __cerb(__out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20091002-1_0.C45 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef in class:std::basic_ostream
46 __ostream_type& operator<<(double __f) { }

Completed in 71 milliseconds