Searched refs:wcerr (Results 1 - 22 of 22) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5280_xin.cc31 wcerr << endl;
32 wcerr << L"i == " << i << endl;
33 wcerr << L"wcin.rdstate() == " << wcin.rdstate() << endl;
34 wcerr << L"wcin.bad() == " << wcin.bad() << endl;
35 wcerr << L"wcin.fail() == " << wcin.fail() << endl;
36 wcerr << L"wcin.eof() == " << wcin.eof() << endl;
39 wcerr << L"i == " << i << endl;
H A D2.cc35 wcerr << L"fine ";
36 wcerr.flush();
H A D41037.cc26 VERIFY( std::wcerr.flags() & std::ios_base::dec );
27 VERIFY( std::wcerr.flags() & std::ios_base::skipws );
28 VERIFY( std::wcerr.flags() & std::ios_base::unitbuf );
H A Ddr455.cc23 // DR 455. cerr::tie() and wcerr::tie() are overspecified.
28 VERIFY( std::wcerr.tie() == &std::wcout );
H A D8.cc33 void* p3 = &std::wcerr;
38 void* p3s = &std::wcerr;
H A D5.cc59 std::wcerr << L"World, hello!" << std::endl;
64 std::wcerr.iword(ret) = ret + 3;
76 VERIFY( std::wcerr.iword(i) == i + 3 );
H A D1.cc87 std::wcerr << L"testing wcerr" << std::endl;
88 VERIFY( std::wcerr.flags() & std::ios_base::unitbuf );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5280_xin.cc32 wcerr << endl;
33 wcerr << L"i == " << i << endl;
34 wcerr << L"wcin.rdstate() == " << wcin.rdstate() << endl;
35 wcerr << L"wcin.bad() == " << wcin.bad() << endl;
36 wcerr << L"wcin.fail() == " << wcin.fail() << endl;
37 wcerr << L"wcin.eof() == " << wcin.eof() << endl;
40 wcerr << L"i == " << i << endl;
H A D2.cc36 wcerr << L"fine ";
37 wcerr.flush();
H A D8.cc34 void* p3 = &std::wcerr;
39 void* p3s = &std::wcerr;
H A D5.cc60 std::wcerr << L"World, hello!" << std::endl;
65 std::wcerr.iword(ret) = ret + 3;
77 VERIFY( std::wcerr.iword(i) == i + 3 );
H A D1.cc88 std::wcerr << L"testing wcerr" << std::endl;
89 VERIFY( std::wcerr.flags() & std::ios_base::unitbuf );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/headers/iostream/
H A Dsynopsis.cc30 extern wostream wcerr;
H A Dtypes_std.cc31 using std::wcerr;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_iostream.h70 extern wostream wcerr; ///< Linked to standard error (unbuffered)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/
H A D13171-3.cc43 wcerr.imbue(locale("en_US"));
50 wcerr << L'i' << endl;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/
H A D13171-3.cc44 wcerr.imbue(locale("en_US"));
51 wcerr << L'i' << endl;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dios_init.cc74 extern wostream wcerr;
98 // 455. cerr::tie() and wcerr::tie() are overspecified.
108 new (&wcerr) wostream(&buf_wcerr_sync);
111 wcerr.setf(ios_base::unitbuf);
112 wcerr.tie(&wcout);
137 wcerr.flush();
192 wcerr.rdbuf(&buf_wcerr);
H A Dglobals_io.cc67 fake_wostream wcerr; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/backward/
H A Diostream.h47 using std::wcerr;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dios_init.cc79 extern wostream wcerr;
110 new (&wcerr) wostream(&buf_wcerr_sync);
113 wcerr.flags(ios_base::unitbuf);
138 wcerr.flush();
193 wcerr.rdbuf(&buf_wcerr);
H A Dglobals_io.cc72 fake_wostream wcerr; member in namespace:std

Completed in 142 milliseconds