Searched defs:wclog (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/src/
H A Diostream.cpp32 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wclog[sizeof(wostream)]; variable
49 ::new(wclog) wostream(wcerr_ptr->rdbuf());
63 wostream* wclog_ptr = reinterpret_cast<wostream*>(wclog);

Completed in 241 milliseconds