Searched refs:wclog (Results 1 – 7 of 7) sorted by relevance
79 extern wostream wclog;113 new (&wclog) wostream(&buf_wcerr_sync); in Init()142 wclog.flush(); in ~Init()197 wclog.rdbuf(&buf_wcerr); in sync_with_stdio()
73 fake_wostream wclog; variable
32 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wclog[sizeof(wostream)];49 ::new(wclog) wostream(wcerr_ptr->rdbuf()); in Init()63 wostream* wclog_ptr = reinterpret_cast<wostream*>(wclog); in ~Init()
31 extern wostream wclog;56 extern _LIBCPP_FUNC_VIS wostream wclog;
72 extern wostream wclog; ///< Linked to standard error (buffered)
48 using std::wclog;
5714 (wclog): Likewise.