Searched refs:wclog (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc75 extern wostream wclog;
109 new (&wclog) wostream(&buf_wcerr_sync);
141 wclog.flush();
196 wclog.rdbuf(&buf_wcerr);
H A Dglobals_io.cc69 fake_wostream wclog; local
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc75 extern wostream wclog;
109 new (&wclog) wostream(&buf_wcerr_sync);
141 wclog.flush();
196 wclog.rdbuf(&buf_wcerr);
H A Dglobals_io.cc69 fake_wostream wclog; local
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Diostream.cpp74 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wclog[sizeof(wostream)]
76 __asm__("?wclog@" _LIBCPP_ABI_NAMESPACE_STR "@std@@3V?$basic_ostream@_WU?$char_traits@_W@" _LIBCPP_ABI_NAMESPACE_STR "@std@@@12@A")
121 ::new(wclog) wostream(wcerr_ptr->rdbuf());
145 wostream* wclog_ptr = reinterpret_cast<wostream*>(wclog);

Completed in 93 milliseconds