Searched refs:wcout (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc73 extern wostream wcout;
106 new (&wcout) wostream(&buf_wcout_sync);
110 wcin.tie(&wcout);
112 wcerr.tie(&wcout);
139 wcout.flush();
193 wcout.rdbuf(&buf_wcout);
H A Dglobals_io.cc67 fake_wostream wcout; local
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc73 extern wostream wcout;
106 new (&wcout) wostream(&buf_wcout_sync);
110 wcin.tie(&wcout);
112 wcerr.tie(&wcout);
139 wcout.flush();
193 wcout.rdbuf(&buf_wcout);
H A Dglobals_io.cc67 fake_wostream wcout; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/inserters/wchar_t/
H A D1.cc61 std::wcout << hello_world;
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/inserters/wchar_t/
H A D1.cc61 std::wcout << hello_world;
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Diostream.cpp45 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wcout[sizeof(wostream)]
47 __asm__("?wcout@" _LIBCPP_ABI_NAMESPACE_STR "@std@@3V?$basic_ostream@_WU?$char_traits@_W@" _LIBCPP_ABI_NAMESPACE_STR "@std@@@12@A")
116 wostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, &mb_wcout));
139 wostream* wcout_ptr = reinterpret_cast<wostream*>(wcout);

Completed in 148 milliseconds