Searched defs:wcerr_ptr (Results 1 - 1 of 1) sorted by path

/external/libcxx/src/
H A Diostream.cpp48 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, state_types+5)); local
49 ::new(wclog) wostream(wcerr_ptr->rdbuf());
51 _VSTD::unitbuf(*wcerr_ptr);
52 wcerr_ptr->tie(wcout_ptr);

Completed in 216 milliseconds