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

/openbsd-current/gnu/llvm/libcxx/src/
H A Diostream.cpp131 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, &mb_wcerr)); local
132 ::new(wclog) wostream(wcerr_ptr->rdbuf());
135 _VSTD::unitbuf(*wcerr_ptr);
136 wcerr_ptr->tie(wcout_ptr);

Completed in 114 milliseconds