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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Diostream.cpp120 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, &mb_wcerr)); local
121 ::new(wclog) wostream(wcerr_ptr->rdbuf());
128 _VSTD::unitbuf(*wcerr_ptr);
131 wcerr_ptr->tie(wcout_ptr);

Completed in 54 milliseconds