Searched refs:off01 (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/fpos/
H A D14252.cc31 std::streamoff off01 = 10; local
36 VERIFY( off01++ == 10 );
37 VERIFY( off01 == 11 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/fpos/
H A D14252.cc40 std::streamoff off01 = 10; local
45 VERIFY( off01++ == 10 );
46 VERIFY( off01 == 11 );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/
H A D3.cc32 std::streamoff off01; local
36 off01 = std::streamoff(pos01);
H A D2.cc34 std::streamoff off01; local
80 off01 = off02;
83 VERIFY( off01 == off04 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/
H A D3.cc41 std::streamoff off01; local
45 off01 = std::streamoff(pos01);
H A D2.cc43 std::streamoff off01; local
89 off01 = off02;
92 VERIFY( off01 == off04 );

Completed in 153 milliseconds