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

/external/libcxx/test/std/input.output/iostream.objects/wide.stream.objects/
H A Dwclog.pass.cpp12 // istream wclog;
19 std::wclog << L"Hello World!\n";
21 (void)std::wclog;
/external/libcxx/src/
H A Diostream.cpp42 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wclog[sizeof(wostream)]; variable
59 ::new(wclog) wostream(wcerr_ptr->rdbuf());
83 wostream* wclog_ptr = reinterpret_cast<wostream*>(wclog);

Completed in 129 milliseconds