Searched refs:cerr (Results 1 – 15 of 15) sorted by relevance
39 # define cerr _STLP_cerr macro72 _STLP_DECLSPEC ostream cerr(0); variable102 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cerr;107 _Stl_aligned_buffer<ostream> cerr;226 ostream* ptr_cerr = new(&cerr) ostream(cerr_buf.get()); cerr_buf.release(); in _S_initialize()252 ostream* ptr_cerr = &cerr; in _S_uninitialize()342 delete (&cerr)->rdbuf(cerr_buf.release()); in sync_with_stdio()
11 #if !defined(cerr)12 using _STLP_OLD_IO_NAMESPACE::cerr;
53 # define cerr _STLP_cerr61 // program; the same applies to cout and wcout, and cerr/clog and68 extern _STLP_DECLSPEC ofstream cerr;72 extern _STLP_DECLSPEC ostream cerr;
39 using _STLP_STD::cerr;
124 cerr << "false type" << endl; in swap_container_spec()126 cerr << "true type" << endl; in swap_container_spec()128 cerr << "unknown type" << endl; in swap_container_spec()
87 CPPUNIT_CHECK( cerr.rdbuf()->in_avail() == -1 ); in in_avail()
1175 …cerr << "01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678… in fix_float_long()1176 cerr << str.str() << endl; in fix_float_long()1177 cerr << delta << endl; in fix_float_long()1178 cerr << f << endl; in fix_float_long()
331 cerr << "out!\n"; in variable_encoding()333 cerr << "fin!\n"; in variable_encoding()
234 cerr << h->second << ", "; // print all data for that key in Hash-Table in check_keys()
6 using _STLP_VENDOR_STD::cerr;