Searched defs:__wcout (Results 1 - 1 of 1) sorted by last modified time

/external/libcxx/src/
H A Diostream.cpp22 _ALIGNAS_TYPE (__stdoutbuf<wchar_t>) static char __wcout[sizeof(__stdoutbuf<wchar_t>)]; variable
47 wostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, state_types+4));

Completed in 85 milliseconds