Searched refs:ios_base (Results 501 - 525 of 1320) sorted by relevance

<<21222324252627282930>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D5.cc52 std::wostringstream sstr01(str01, std::ios_base::out);
61 std::wostringstream sstr04(str01, std::ios_base::out | std::ios_base::in);
62 std::wostringstream sstr05(std::ios_base::in | std::ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/
H A Dexceptions_badbit_throw.cc32 stream.exceptions(ios_base::badbit);
45 VERIFY( (stream.rdstate() & ios_base::failbit) == 0 );
61 stream.exceptions(ios_base::badbit);
67 stream.seekp(off, ios_base::cur);
74 VERIFY( (stream.rdstate() & ios_base::failbit) == 0 );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/
H A Dexceptions_badbit_throw.cc32 stream.exceptions(ios_base::badbit);
45 VERIFY( (stream.rdstate() & ios_base::failbit) == 0 );
61 stream.exceptions(ios_base::badbit);
67 stream.seekp(off, ios_base::cur);
74 VERIFY( (stream.rdstate() & ios_base::failbit) == 0 );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/
H A D1.cc48 // pubseekpos(pos_type sp, ios_base::openmode)
54 pt_1 = strb_01.pubseekoff(2, std::ios_base::beg);
57 pt_1 = strb_01.pubseekoff(0, std::ios_base::cur, std::ios_base::out);
65 pt_2 = strb_01.pubseekpos(pt_1, std::ios_base::in|std::ios_base::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D9.cc42 ios_base::iostate err = ios_base::goodbit;
50 VERIFY( err == ios_base::goodbit );
56 err = ios_base::goodbit;
58 VERIFY( err == ios_base::goodbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D9.cc42 ios_base::iostate err = ios_base::goodbit;
50 VERIFY( err == ios_base::goodbit );
56 err = ios_base::goodbit;
58 VERIFY( err == ios_base::goodbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/
H A D12750.cc46 const ios_base::iostate good = ios_base::goodbit;
47 ios_base::iostate errorstate = good;
64 VERIFY( errorstate == ios_base::eofbit );
74 VERIFY( errorstate == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/
H A D12750.cc46 const ios_base::iostate good = ios_base::goodbit;
47 ios_base::iostate errorstate = good;
64 VERIFY( errorstate == ios_base::eofbit );
74 VERIFY( errorstate == ios_base::eofbit );
H A D12791.cc42 const ios_base::iostate good = ios_base::goodbit;
43 ios_base::iostate errorstate = good;
51 VERIFY( errorstate == ios_base::failbit );
60 VERIFY( errorstate == ios_base::failbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/
H A D2.cc47 const ios_base::iostate good = ios_base::goodbit;
48 ios_base::iostate errorstate = good;
64 VERIFY( errorstate == ios_base::eofbit );
75 VERIFY( errorstate == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/
H A D2.cc47 const ios_base::iostate good = ios_base::goodbit;
48 ios_base::iostate errorstate = good;
64 VERIFY( errorstate == ios_base::eofbit );
75 VERIFY( errorstate == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/
H A D2.cc51 const ios_base::iostate good = ios_base::goodbit;
52 ios_base::iostate errorstate = good;
65 VERIFY( errorstate == ios_base::eofbit );
75 VERIFY( errorstate == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/
H A D2.cc51 const ios_base::iostate good = ios_base::goodbit;
52 ios_base::iostate errorstate = good;
65 VERIFY( errorstate == ios_base::eofbit );
75 VERIFY( errorstate == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/
H A D1-io.cc48 fb_03.open(name_03, ios_base::out | ios_base::in | ios_base::trunc);
60 fb_01.open(name_01, ios_base::in | ios_base::out);
H A D2-io.cc49 fb_03.open(name_03, ios_base::out | ios_base::in | ios_base::trunc);
60 fb_01.open(name_01, ios_base::in | ios_base::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/
H A D12790-4.cc44 fb.open(name, ios_base::in | ios_base::out | ios_base::trunc);
49 traits_type::pos_type pos = fb.pubseekoff(0, ios_base::cur);
55 fb.pubseekoff(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/
H A D12790-3.cc43 fb.open(name, ios_base::in | ios_base::out | ios_base::trunc);
49 fb.pubseekoff(0, ios_base::beg);
52 traits_type::pos_type pos = fb.pubseekoff(0, ios_base::cur);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/
H A D2-io.cc61 fb_03.open(name_03, ios_base::out | ios_base::in | ios_base::trunc);
72 fb_01.open(name_01, ios_base::in | ios_base::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/
H A D1-io.cc50 fb_03.open(name_03, ios_base::out | ios_base::in | ios_base::trunc);
62 fb_01.open(name_01, ios_base::in | ios_base::out);
H A D2-io.cc50 fb_03.open(name_03, ios_base::out | ios_base::in | ios_base::trunc);
61 fb_01.open(name_01, ios_base::in | ios_base::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/
H A D1-io.cc52 fb_01.open(name_01, ios_base::out | ios_base::in | ios_base::trunc);
57 fb_01.pubseekoff(-1, std::ios_base::end);
65 fb_01.pubseekoff(0, std::ios_base::end);
H A D2-io.cc53 fb_01.open(name_01, ios_base::out | ios_base::in | ios_base::trunc);
57 fb_01.pubseekoff(-1, std::ios_base::end);
65 fb_01.pubseekoff(0, std::ios_base::end);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/
H A D1.cc37 std::stringbuf isbuf_03(str_02, std::ios_base::in);
38 std::stringbuf isbuf_04(str_02, std::ios_base::in);
43 std::ios_base::iostate state1, state2, statefail, stateeof;
44 statefail = std::ios_base::failbit;
45 stateeof = std::ios_base::eofbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/read/char/
H A D1.cc34 std::stringbuf isbuf_03(str_02, std::ios_base::in);
35 std::stringbuf isbuf_04(str_02, std::ios_base::in);
40 std::ios_base::iostate state1, state2, statefail, stateeof;
41 statefail = std::ios_base::failbit;
42 stateeof = std::ios_base::eofbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/
H A D1.cc32 std::wstringbuf isbuf_03(str_02, std::ios_base::in);
33 std::wstringbuf isbuf_04(str_02, std::ios_base::in);
38 std::ios_base::iostate state1, state2, statefail, stateeof;
39 statefail = std::ios_base::failbit;
40 stateeof = std::ios_base::eofbit;

Completed in 176 milliseconds

<<21222324252627282930>>