Searched refs:ifstrm (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/
H A D3.cc41 ifstream ifstrm; local
42 ifstrm.open(filename);
44 state1 = ifstrm.rdstate();
46 VERIFY( ifstrm.peek() == '1' );
47 state2 = ifstrm.rdstate();
50 state1 = ifstrm.rdstate();
51 ifstrm.ignore(1);
52 VERIFY( ifstrm.gcount() == 1 );
53 state2 = ifstrm.rdstate();
55 VERIFY( ifstrm
[all...]
H A D2.cc77 ifstream ifstrm; local
78 ifstrm.open(filename);
79 check(ifstrm, data, nchunks, delim);
80 ifstrm.close();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/
H A D3.cc37 wifstream ifstrm; local
38 ifstrm.open(filename);
40 state1 = ifstrm.rdstate();
42 VERIFY( ifstrm.peek() == L'1' );
43 state2 = ifstrm.rdstate();
46 state1 = ifstrm.rdstate();
47 ifstrm.ignore(1);
48 VERIFY( ifstrm.gcount() == 1 );
49 state2 = ifstrm.rdstate();
51 VERIFY( ifstrm
[all...]
H A D2.cc77 wifstream ifstrm; local
78 ifstrm.open(filename);
79 check(ifstrm, data, nchunks, delim);
80 ifstrm.close();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/
H A D3.cc40 ifstream ifstrm; local
41 ifstrm.open(filename);
43 state1 = ifstrm.rdstate();
45 VERIFY( ifstrm.peek() == '1' );
46 state2 = ifstrm.rdstate();
49 state1 = ifstrm.rdstate();
50 ifstrm.ignore(1);
51 VERIFY( ifstrm.gcount() == 1 );
52 state2 = ifstrm.rdstate();
54 VERIFY( ifstrm
[all...]
H A D2.cc75 ifstream ifstrm; local
76 ifstrm.open(filename);
77 check(ifstrm, data, nchunks, delim);
78 ifstrm.close();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/
H A D3.cc38 wifstream ifstrm; local
39 ifstrm.open(filename);
41 state1 = ifstrm.rdstate();
43 VERIFY( ifstrm.peek() == L'1' );
44 state2 = ifstrm.rdstate();
47 state1 = ifstrm.rdstate();
48 ifstrm.ignore(1);
49 VERIFY( ifstrm.gcount() == 1 );
50 state2 = ifstrm.rdstate();
52 VERIFY( ifstrm
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/
H A D10.cc76 ifstream ifstrm; local
77 ifstrm.open(filename);
78 check(ifstrm, data, nchunks, delim);
79 ifstrm.close();
H A D11.cc75 ifstream ifstrm; local
76 ifstrm.open(filename);
77 check(ifstrm, data, nchunks);
78 ifstrm.close();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
H A D10.cc74 wifstream ifstrm; local
75 ifstrm.open(filename);
76 check(ifstrm, data, nchunks, delim);
77 ifstrm.close();
H A D11.cc73 wifstream ifstrm; local
74 ifstrm.open(filename);
75 check(ifstrm, data, nchunks);
76 ifstrm.close();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/
H A D4.cc83 ifstream ifstrm; local
84 ifstrm.open(filename);
85 check(ifstrm, data, nchunks);
86 ifstrm.close();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/
H A D4.cc80 wifstream ifstrm; local
81 ifstrm.open(filename);
82 check(ifstrm, data, nchunks);
83 ifstrm.close();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc78 ifstream ifstrm; local
79 ifstrm.open(filename);
80 check(ifstrm, data, nchunks, delim);
81 ifstrm.close();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc78 wifstream ifstrm; local
79 ifstrm.open(filename);
80 check(ifstrm, data, nchunks, delim);
81 ifstrm.close();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/
H A D2346-fstream.cc82 std::fstream ifstrm; local
83 ifstrm.open("istream_seeks-3.txt", std::ios::in);
84 check_contents(ifstrm);
85 ifstrm.close();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/
H A D2346-fstream.cc77 std::wfstream ifstrm; local
78 ifstrm.open("wistream_seeks-3.txt", std::wios::in);
79 check_contents(ifstrm);
80 ifstrm.close();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/
H A D10.cc74 ifstream ifstrm; local
75 ifstrm.open(filename);
76 check(ifstrm, data, nchunks, delim);
77 ifstrm.close();
H A D11.cc73 ifstream ifstrm; local
74 ifstrm.open(filename);
75 check(ifstrm, data, nchunks);
76 ifstrm.close();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
H A D10.cc74 wifstream ifstrm; local
75 ifstrm.open(filename);
76 check(ifstrm, data, nchunks, delim);
77 ifstrm.close();
H A D11.cc73 wifstream ifstrm; local
74 ifstrm.open(filename);
75 check(ifstrm, data, nchunks);
76 ifstrm.close();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/
H A D4.cc80 ifstream ifstrm; local
81 ifstrm.open(filename);
82 check(ifstrm, data, nchunks);
83 ifstrm.close();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/
H A D4.cc80 wifstream ifstrm; local
81 ifstrm.open(filename);
82 check(ifstrm, data, nchunks);
83 ifstrm.close();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc76 ifstream ifstrm; local
77 ifstrm.open(filename);
78 check(ifstrm, data, nchunks, delim);
79 ifstrm.close();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc78 wifstream ifstrm; local
79 ifstrm.open(filename);
80 check(ifstrm, data, nchunks, delim);
81 ifstrm.close();

Completed in 193 milliseconds

12