Home
last modified time | relevance | path

Searched refs:wcout_ptr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Diostream.cpp141 …wostream* wcout_ptr = ::new (wcout) wostream(::new (__wcout) __stdoutbuf<wchar_t>(stdout, &mb_wcou… in DoIOSInit() local
145 wcin_ptr->tie(wcout_ptr); in DoIOSInit()
147 wcerr_ptr->tie(wcout_ptr); in DoIOSInit()
158 wostream* wcout_ptr = reinterpret_cast<wostream*>(wcout); in ~DoIOSInit() local
159 wcout_ptr->flush(); in ~DoIOSInit()