Searched refs:off_type (Results 101 - 125 of 199) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/
H A D3-in.cc32 typedef streambuf::off_type off_type; typedef
33 pos_type bad = pos_type(off_type(-1));
H A D3-io.cc32 typedef streambuf::off_type off_type; typedef
33 pos_type bad = pos_type(off_type(-1));
H A D3-out.cc32 typedef streambuf::off_type off_type; typedef
33 pos_type bad = pos_type(off_type(-1));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/
H A D2.cc30 typedef streambuf::off_type off_type; typedef
31 pos_type bad = pos_type(off_type(-1));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/
H A D2.cc30 typedef wstreambuf::off_type off_type; typedef
31 pos_type bad = pos_type(off_type(-1));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/
H A D2.cc30 typedef streambuf::off_type off_type; typedef
31 pos_type bad = pos_type(off_type(-1));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/
H A D2.cc30 typedef wstreambuf::off_type off_type; typedef
31 pos_type bad = pos_type(off_type(-1));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D3-in.cc31 typedef streambuf::off_type off_type; typedef
32 pos_type bad = pos_type(off_type(-1));
H A D3-out.cc31 typedef streambuf::off_type off_type; typedef
32 pos_type bad = pos_type(off_type(-1));
H A D3-io.cc31 typedef streambuf::off_type off_type; typedef
32 pos_type bad = pos_type(off_type(-1));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/
H A D3-in.cc31 typedef streambuf::off_type off_type; typedef
32 pos_type bad = pos_type(off_type(-1));
H A D3-io.cc31 typedef streambuf::off_type off_type; typedef
32 pos_type bad = pos_type(off_type(-1));
H A D3-out.cc31 typedef streambuf::off_type off_type; typedef
32 pos_type bad = pos_type(off_type(-1));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/
H A D2.cc31 typedef streambuf::off_type off_type; typedef
32 pos_type bad = pos_type(off_type(-1));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/
H A D2.cc31 typedef wstreambuf::off_type off_type; typedef
32 pos_type bad = pos_type(off_type(-1));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/
H A D2.cc31 typedef streambuf::off_type off_type; typedef
32 pos_type bad = pos_type(off_type(-1));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/
H A D2.cc31 typedef wstreambuf::off_type off_type; typedef
32 pos_type bad = pos_type(off_type(-1));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A Dunwind2.C27 typedef long long off_type; typedef in struct:std::char_traits
66 typedef typename traits_type::off_type off_type; typedef in struct:std::basic_filebuf
79 pos_type _M_seek (off_type, ios_base::seekdir, __state_type);
85 pos_type __ret = (off_type ());
89 __ret = _M_seek (off_type (), ios_base::beg, __pos.state ());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/
H A Dfstream.cc35 typedef std::istream::off_type off_type; typedef
61 // istream& seekg(off_type, ios_base::seekdir)
72 VERIFY( pos01 == pos02 + off_type(10) );
81 VERIFY( pos03 == pos04 + off_type(10) );
90 VERIFY( pos05 == pos06 + off_type(10) );
100 VERIFY( pos01 == pos02 + off_type(10) );
109 VERIFY( pos03 == pos04 + off_type(10) );
118 VERIFY( pos05 == pos06 + off_type(10) );
H A Dsstream.cc35 typedef std::istream::off_type off_type; typedef
69 // istream& seekg(off_type, ios_base::seekdir)
80 VERIFY( pos01 == pos02 + off_type(10) );
89 VERIFY( pos03 == pos04 + off_type(10) );
108 VERIFY( pos01 == pos02 + off_type(10) );
117 VERIFY( pos03 == pos04 + off_type(10) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/
H A Dfstream.cc31 typedef std::wistream::off_type off_type; typedef
57 // istream& seekg(off_type, ios_base::seekdir)
68 VERIFY( pos01 == pos02 + off_type(10) );
77 VERIFY( pos03 == pos04 + off_type(10) );
86 VERIFY( pos05 == pos06 + off_type(10) );
96 VERIFY( pos01 == pos02 + off_type(10) );
105 VERIFY( pos03 == pos04 + off_type(10) );
114 VERIFY( pos05 == pos06 + off_type(10) );
H A Dsstream.cc33 typedef std::istream::off_type off_type; typedef
67 // istream& seekg(off_type, ios_base::seekdir)
78 VERIFY( pos01 == pos02 + off_type(10) );
87 VERIFY( pos03 == pos04 + off_type(10) );
106 VERIFY( pos01 == pos02 + off_type(10) );
115 VERIFY( pos03 == pos04 + off_type(10) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/
H A Dfstream.cc34 typedef std::istream::off_type off_type; typedef
60 // istream& seekg(off_type, ios_base::seekdir)
71 VERIFY( pos01 == pos02 + off_type(10) );
80 VERIFY( pos03 == pos04 + off_type(10) );
89 VERIFY( pos05 == pos06 + off_type(10) );
99 VERIFY( pos01 == pos02 + off_type(10) );
108 VERIFY( pos03 == pos04 + off_type(10) );
117 VERIFY( pos05 == pos06 + off_type(10) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/
H A Dfstream.cc32 typedef std::wistream::off_type off_type; typedef
58 // istream& seekg(off_type, ios_base::seekdir)
69 VERIFY( pos01 == pos02 + off_type(10) );
78 VERIFY( pos03 == pos04 + off_type(10) );
87 VERIFY( pos05 == pos06 + off_type(10) );
97 VERIFY( pos01 == pos02 + off_type(10) );
106 VERIFY( pos03 == pos04 + off_type(10) );
115 VERIFY( pos05 == pos06 + off_type(10) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D3-io.cc32 typedef streambuf::off_type off_type; typedef
33 pos_type bad = pos_type(off_type(-1));

Completed in 85 milliseconds

12345678