Searched refs:wclog (Results 1 – 11 of 11) sorted by relevance
19 std::wclog << L"Hello World!\n"; in main()21 (void)std::wclog; in main()
32 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wclog[sizeof(wostream)];49 ::new(wclog) wostream(wcerr_ptr->rdbuf()); in Init()63 wostream* wclog_ptr = reinterpret_cast<wostream*>(wclog); in ~Init()
31 extern wostream wclog;56 extern _LIBCPP_FUNC_VIS wostream wclog;
79 _STLP_DECLSPEC wostream wclog(0); variable122 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wclog;127 _Stl_aligned_buffer<wostream> wclog;241 /*wostream* ptr_wclog = */ new(&wclog) wostream(wlog.get()); wlog.release(); in _S_initialize()275 wostream* ptr_wclog = &wclog; in _S_uninitialize()
13 using _STLP_VENDOR_STD::wclog;
62 // wcerr/wclog.80 extern _STLP_DECLSPEC wostream wclog;
44 using _STLP_STD::wclog;
92 CPPUNIT_CHECK( wclog.rdbuf()->in_avail() == 0 ); in in_avail()
1649 $(call gen-test, input.output/iostream.objects/wide.stream.objects/wclog)
1640 $(call gen-test, input.output/iostream.objects/wide.stream.objects/wclog)