Searched refs:pt_5 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/
H A D16956.cc49 pos_type pt_5 = strb_02.pubseekoff(-3, ios_base::cur, ios_base::out); local
50 strb_02.pubseekpos(pt_5, ios_base::out);
51 VERIFY( off_type(pt_5) == off_type(pt_4) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/
H A D16956.cc49 pos_type pt_5 = strb_02.pubseekoff(-3, ios_base::cur, ios_base::out); local
50 strb_02.pubseekpos(pt_5, ios_base::out);
51 VERIFY( off_type(pt_5) == off_type(pt_4) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/
H A D16956.cc50 pos_type pt_5 = strb_02.pubseekoff(-3, ios_base::cur, ios_base::out); local
51 strb_02.pubseekpos(pt_5, ios_base::out);
52 VERIFY( off_type(pt_5) == off_type(pt_4) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/
H A D16956.cc50 pos_type pt_5 = strb_02.pubseekoff(-3, ios_base::cur, ios_base::out); local
51 strb_02.pubseekpos(pt_5, ios_base::out);
52 VERIFY( off_type(pt_5) == off_type(pt_4) );

Completed in 62 milliseconds