Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Diostream.cpp81 static mbstate_t mb_wcerr; variable
142 …tream* wcerr_ptr = ::new (wcerr) wostream(::new (__wcerr) __stdoutbuf<wchar_t>(stderr, &mb_wcerr)); in DoIOSInit()