Searched refs:ios_base (Results 951 - 975 of 1320) sorted by relevance

<<31323334353637383940>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/27_io/
H A Dfilebuf_sputc.cc65 buf.open("tmp", ios_base::out | ios_base::in | ios_base::trunc);
H A Dfilebuf_sputn_unbuf.cc71 buf.open("tmp", ios_base::out | ios_base::in | ios_base::trunc);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dlocale_facets.h48 #include <bits/ios_base.h> // For ios_base, ios_base::iostate
65 __convert_to_v(const char* __in, _Tv& __out, ios_base::iostate& __err,
71 __convert_to_v(const char*, float&, ios_base::iostate&,
76 __convert_to_v(const char*, double&, ios_base::iostate&,
81 __convert_to_v(const char*, long double&, ios_base::iostate&,
90 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
1582 _S_format_float(const ios_base& __io, char* __fptr, char __mod);
1955 * If ios_base
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_streambuf.h47 #include <bits/ios_base.h>
245 pubseekoff(off_type __off, ios_base::seekdir __way, argument
246 ios_base::openmode __mode = ios_base::in | ios_base::out)
251 ios_base::openmode __mode = ios_base::in | ios_base::out)
585 seekoff(off_type, ios_base::seekdir, argument
586 ios_base
250 pubseekpos(pos_type __sp, ios_base::openmode __mode = ios_base::in | ios_base::out) argument
597 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D9875_seekoff.cc86 fb.open("tmp_9875_seekoff", ios_base::out | ios_base::in | ios_base::trunc);
88 fb.pubseekoff(-3, ios_base::cur);
90 fb.pubseekoff(-3, ios_base::cur);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/
H A D9875_seekpos.cc86 fb.open("tmp_9875_seekpos", ios_base::out | ios_base::in | ios_base::trunc);
89 streampos p1 = fb.pubseekoff(0, ios_base::cur);
98 fb.pubseekoff(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D9875_seekoff.cc87 fb.open("tmp_9875_seekoff", ios_base::out | ios_base::in | ios_base::trunc);
89 fb.pubseekoff(-3, ios_base::cur);
91 fb.pubseekoff(-3, ios_base::cur);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/
H A D9875_seekpos.cc87 fb.open("tmp_9875_seekpos", ios_base::out | ios_base::in | ios_base::trunc);
90 streampos p1 = fb.pubseekoff(0, ios_base::cur);
99 fb.pubseekoff(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D10.cc54 VERIFY( is_01.rdstate() == std::ios_base::eofbit );
59 is_02.unsetf(std::ios_base::basefield);
68 VERIFY( is_02.rdstate() == std::ios_base::eofbit );
88 VERIFY( is_03.rdstate() == std::ios_base::eofbit );
104 VERIFY( is_03.rdstate() == std::ios_base::eofbit );
115 VERIFY( is_05.rdstate() == std::ios_base::failbit );
122 VERIFY( is_05.rdstate() == std::ios_base::failbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D10.cc52 VERIFY( is_01.rdstate() == std::ios_base::eofbit );
57 is_02.unsetf(std::ios_base::basefield);
66 VERIFY( is_02.rdstate() == std::ios_base::eofbit );
86 VERIFY( is_03.rdstate() == std::ios_base::eofbit );
102 VERIFY( is_03.rdstate() == std::ios_base::eofbit );
113 VERIFY( is_05.rdstate() == std::ios_base::failbit );
120 VERIFY( is_05.rdstate() == std::ios_base::failbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D10.cc54 VERIFY( is_01.rdstate() == std::ios_base::eofbit );
59 is_02.unsetf(std::ios_base::basefield);
68 VERIFY( is_02.rdstate() == std::ios_base::eofbit );
88 VERIFY( is_03.rdstate() == std::ios_base::eofbit );
104 VERIFY( is_03.rdstate() == std::ios_base::eofbit );
114 VERIFY( is_05.rdstate() == std::ios_base::goodbit );
120 VERIFY( is_05.rdstate() == std::ios_base::failbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D10.cc52 VERIFY( is_01.rdstate() == std::ios_base::eofbit );
57 is_02.unsetf(std::ios_base::basefield);
66 VERIFY( is_02.rdstate() == std::ios_base::eofbit );
86 VERIFY( is_03.rdstate() == std::ios_base::eofbit );
102 VERIFY( is_03.rdstate() == std::ios_base::eofbit );
112 VERIFY( is_05.rdstate() == std::ios_base::goodbit );
118 VERIFY( is_05.rdstate() == std::ios_base::failbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h163 seekoff(std::streamoff __off, std::ios_base::seekdir __dir,
164 std::ios_base::openmode = std::ios_base::in | std::ios_base::out)
168 if (__dir == std::ios_base::beg)
170 else if (__dir == std::ios_base::cur)
186 std::ios_base::openmode __mode =
187 std::ios_base::in | std::ios_base::out)
188 { return seekoff(std::streamoff(__pos), std::ios_base
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h159 seekoff(std::streamoff __off, std::ios_base::seekdir __dir,
160 std::ios_base::openmode = std::ios_base::in | std::ios_base::out)
164 if (__dir == std::ios_base::beg)
166 else if (__dir == std::ios_base::cur)
182 std::ios_base::openmode __mode =
183 std::ios_base::in | std::ios_base::out)
184 { return seekoff(std::streamoff(__pos), std::ios_base
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dcompatibility.cc69 ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
112 __err |= ios_base::eofbit;
115 { this->_M_setstate(ios_base::badbit); }
135 ios_base::iostate __err = ios_base::iostate(ios_base::goodbit);
177 __err |= ios_base::eofbit;
180 { this->_M_setstate(ios_base
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/get/char/
H A D1.cc41 std::stringbuf sbuf_04(str01, std::ios_base::in);
42 std::stringbuf sbuf_05(str01, std::ios_base::in);
47 std::ios_base::iostate statefail, stateeof;
48 statefail = std::ios_base::failbit;
49 stateeof = std::ios_base::eofbit;
89 std::stringbuf sbuf_02(std::ios_base::in);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/
H A D1.cc39 std::wstringbuf sbuf_04(str01, std::ios_base::in);
40 std::wstringbuf sbuf_05(str01, std::ios_base::in);
45 std::ios_base::iostate statefail, stateeof;
46 statefail = std::ios_base::failbit;
47 stateeof = std::ios_base::eofbit;
87 std::wstringbuf sbuf_02(std::ios_base::in);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/get/char/
H A D1.cc42 std::stringbuf sbuf_04(str01, std::ios_base::in);
43 std::stringbuf sbuf_05(str01, std::ios_base::in);
48 std::ios_base::iostate statefail, stateeof;
49 statefail = std::ios_base::failbit;
50 stateeof = std::ios_base::eofbit;
90 std::stringbuf sbuf_02(std::ios_base::in);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/
H A D1.cc40 std::wstringbuf sbuf_04(str01, std::ios_base::in);
41 std::wstringbuf sbuf_05(str01, std::ios_base::in);
46 std::ios_base::iostate statefail, stateeof;
47 statefail = std::ios_base::failbit;
48 stateeof = std::ios_base::eofbit;
88 std::wstringbuf sbuf_02(std::ios_base::in);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20081219_0.C34 class ios_base class in namespace:std
39 virtual ~ ios_base ();
45 ios_base
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D1.cc68 oss.setf(ios_base::showbase);
85 oss.unsetf(ios_base::showbase);
97 oss.setf(ios_base::internal);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D4.cc79 oss.setf(ios_base::boolalpha);
89 oss.setf(ios_base::fixed, ios_base::floatfield);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/
H A D12790-1.cc44 fb.open(name, ios_base::out);
54 fb.open(name, ios_base::in);
60 traits_type::pos_type pos = fb.pubseekoff(0, ios_base::cur);
H A D12790-2.cc44 fb.open(name, ios_base::out);
54 fb.open(name, ios_base::in);
60 traits_type::pos_type pos = fb.pubseekoff(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/
H A D3.cc39 ios_base::iostate state1, state2;
45 VERIFY( state1 == ios_base::goodbit );
90 VERIFY( state2 == ios_base::eofbit );

Completed in 147 milliseconds

<<31323334353637383940>>