Searched refs:clog (Results 1 – 13 of 13) sorted by relevance
20 std::clog << "in Call" << std::endl; in Call()26 std::clog << "in test_lambda" << std::endl; in test_lambda()29 std::clog << "in lambda" << std::endl; in test_lambda()38 std::clog << "start" << std::endl; in main()40 std::clog << "after first call" << std::endl; in main()42 std::clog << "after second call" << std::endl; in main()44 std::clog << "after third call" << std::endl; in main()
19 std::clog << "Hello World!\n"; in main()21 (void)std::clog; in main()
14 #if !defined(clog)15 using _STLP_OLD_IO_NAMESPACE::clog;
28 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char clog[sizeof(ostream)];41 ::new(clog) ostream(cerr_ptr->rdbuf()); in Init()58 ostream* clog_ptr = reinterpret_cast<ostream*>(clog); in ~Init()
40 # define clog _STLP_clog macro73 _STLP_DECLSPEC ostream clog(0); variable103 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> clog;108 _Stl_aligned_buffer<ostream> clog;227 /*ostream* ptr_clog = */ new(&clog) ostream(clog_buf.get()); clog_buf.release(); in _S_initialize()253 ostream* ptr_clog = &clog; in _S_uninitialize()343 delete (&clog)->rdbuf(clog_buf.release()); in sync_with_stdio()
54 # define clog _STLP_clog61 // program; the same applies to cout and wcout, and cerr/clog and69 extern _STLP_DECLSPEC ofstream clog;73 extern _STLP_DECLSPEC ostream clog;
38 using _STLP_STD::clog;
27 extern ostream clog;52 extern _LIBCPP_FUNC_VIS ostream clog;
7 using _STLP_VENDOR_STD::clog;
86 CPPUNIT_CHECK( clog.rdbuf()->in_avail() == -1 ); in in_avail()
1644 $(call gen-test, input.output/iostream.objects/narrow.stream.objects/clog)
1635 $(call gen-test, input.output/iostream.objects/narrow.stream.objects/clog)