Searched refs:clog (Results 1 – 7 of 7) sorted by relevance
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()
14 #if !defined(clog)15 using _STLP_OLD_IO_NAMESPACE::clog;
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;
7 using _STLP_VENDOR_STD::clog;
86 CPPUNIT_CHECK( clog.rdbuf()->in_avail() == -1 ); in in_avail()