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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Diostream.cpp50 _ALIGNAS_TYPE (__stdoutbuf<wchar_t>) static char __wcout[sizeof(__stdoutbuf<wchar_t>)]; variable
116 wostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, &mb_wcout));

Completed in 58 milliseconds