Searched refs:wostream (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dostream-inst.cc61 template wostream& endl(wostream&);
62 template wostream& ends(wostream&);
63 template wostream& flush(wostream&);
64 template wostream& operator<<(wostream&, wchar_t);
65 template wostream& operator<<(wostream
[all...]
H A Dios.cc70 extern wostream wcout;
71 extern wostream wcerr;
72 extern wostream wclog;
192 new (&wcout) wostream(&buf_wcout);
194 new (&wcerr) wostream(&buf_wcerr);
195 new (&wclog) wostream(&buf_wcerr);
H A Dglobals.cc310 typedef char fake_wostream[sizeof(wostream)]
311 __attribute__ ((aligned(__alignof__(wostream))));
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dostream-inst.cc73 template wostream& endl(wostream&);
74 template wostream& ends(wostream&);
75 template wostream& flush(wostream&);
76 template wostream& operator<<(wostream&, wchar_t);
77 template wostream& operator<<(wostream
[all...]
H A Dios_init.cc77 extern wostream wcout;
78 extern wostream wcerr;
79 extern wostream wclog;
110 new (&wcout) wostream(&buf_wcout_sync);
112 new (&wcerr) wostream(&buf_wcerr_sync);
113 new (&wclog) wostream(&buf_wcerr_sync);
H A Dglobals_io.cc68 typedef char fake_wostream[sizeof(wostream)]
69 __attribute__ ((aligned(__alignof__(wostream))));
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_iostream.h70 extern wostream wcout; ///< Linked to standard output
71 extern wostream wcerr; ///< Linked to standard error (unbuffered)
72 extern wostream wclog; ///< Linked to standard error (buffered)
H A Dstd_iomanip.h283 extern template wostream& operator<<(wostream&, _Setfill<wchar_t>);
284 extern template wostream& operator<<(wostream&, _Setiosflags);
285 extern template wostream& operator<<(wostream&, _Resetiosflags);
286 extern template wostream& operator<<(wostream&, _Setbase);
287 extern template wostream& operator<<(wostream
[all...]
H A Dstd_iosfwd.h153 typedef basic_ostream<wchar_t> wostream; ///< @isiosfwd typedef
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_iostream.h70 extern wostream wcout; ///< Linked to standard output
71 extern wostream wcerr; ///< Linked to standard error (unbuffered)
72 extern wostream wclog; ///< Linked to standard error (buffered)
H A Dstd_iomanip.h284 extern template wostream& operator<<(wostream&, _Setfill<wchar_t>);
285 extern template wostream& operator<<(wostream&, _Setiosflags);
286 extern template wostream& operator<<(wostream&, _Resetiosflags);
287 extern template wostream& operator<<(wostream&, _Setbase);
288 extern template wostream& operator<<(wostream
[all...]
H A Dstd_iosfwd.h154 typedef basic_ostream<wchar_t> wostream; ///< @isiosfwd typedef in namespace:std
/openbsd-current/gnu/llvm/libcxx/src/
H A Diostream.cpp47 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wcout[sizeof(wostream)]
65 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wcerr[sizeof(wostream)]
81 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wclog[sizeof(wostream)]
130 wostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, &mb_wcout));
131 wostream* wcerr_ptr = ::new(wcerr) wostream(
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dostream_insert.h119 extern template wostream& __ostream_insert(wostream&, const wchar_t*,

Completed in 133 milliseconds