Searched refs:ios_base (Results 851 - 875 of 1320) sorted by relevance

<<31323334353637383940>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D14220.cc44 oss.setf(ios_base::fixed);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/
H A D13171-4.cc44 fb.open("tmp_13171-4", ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/
H A D11305-3.cc34 fb.open("tmp_11305-3", ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/
H A D12790-2.cc44 fb.open(name, ios_base::out | ios_base::trunc);
53 fb.open(name, ios_base::in);
57 traits_type::pos_type pos1 = fb.pubseekoff(0, ios_base::cur);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/
H A D2.cc39 fbuf.open("tmp_setbuf2", ios_base::out);
H A D3.cc41 fbuf01.open("tmp_setbuf3", ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/
H A D3.cc37 fbuf01.open(name_01, ios_base::in);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/
H A D1.cc47 VERIFY( ifs1.rdstate() == std::ios_base::goodbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D02.cc32 std::stringbuf strb_01(str_01, std::ios_base::in);
H A D03.cc38 VERIFY( istr.rdstate() == std::ios_base::eofbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D02.cc30 std::wstringbuf strb_01(str_01, std::ios_base::in);
H A D03.cc36 VERIFY( istr.rdstate() == std::ios_base::eofbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/
H A D1.cc33 std::stringbuf isbuf_01(std::ios_base::in);
34 std::stringbuf isbuf_02(str_02, std::ios_base::in);
38 std::ios_base::iostate state1, state2, statefail;
39 statefail = std::ios_base::failbit;
H A D2.cc35 std::stringbuf isbuf_01(std::ios_base::in);
36 std::stringbuf isbuf_02(str_02, std::ios_base::in);
39 std::ios_base::iostate state1, state2, statefail;
40 statefail = std::ios_base::failbit;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/
H A D1.cc31 std::wstringbuf isbuf_01(std::ios_base::in);
32 std::wstringbuf isbuf_02(str_02, std::ios_base::in);
36 std::ios_base::iostate state1, state2, statefail;
37 statefail = std::ios_base::failbit;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/
H A D8348-2.cc43 iss.seekg(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/
H A D8348-2.cc40 iss.seekg(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/
H A D1.cc48 VERIFY( ofs1.rdstate() == std::ios_base::goodbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/
H A D9825.cc34 sbuf.pubseekoff(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/
H A D3.cc36 stringbuf sbuf(s, ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/
H A D3.cc34 wstringbuf sbuf(s, ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/
H A D1.cc23 // 27.4.2.4 ios_base static members
43 std::ios_base::sync_with_stdio();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
H A D7.cc46 VERIFY( static_cast<bool>(iss.rdstate() & std::ios_base::failbit) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D5.cc45 const ios_base::iostate goodbit = ios_base::goodbit;
46 ios_base::iostate err = ios_base::goodbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D5.cc45 const ios_base::iostate goodbit = ios_base::goodbit;
46 ios_base::iostate err = ios_base::goodbit;

Completed in 120 milliseconds

<<31323334353637383940>>