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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/
H A D1.cc97 int_type intt01 = traits_type::to_int_type('b'); local
98 VERIFY( traits_type::eof() == buf01.pub_pbackfail(intt01) );
101 VERIFY( traits_type::eof() == buf01.pub_overflow(intt01) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/
H A D1.cc97 int_type intt01 = traits_type::to_int_type(L'b'); local
98 VERIFY( traits_type::eof() == buf01.pub_pbackfail(intt01) );
101 VERIFY( traits_type::eof() == buf01.pub_overflow(intt01) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/
H A D1.cc104 int_type intt01 = traits_type::to_int_type('b'); local
105 VERIFY( traits_type::eof() == buf01.pub_pbackfail(intt01) );
108 VERIFY( traits_type::eof() == buf01.pub_overflow(intt01) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/
H A D1.cc106 int_type intt01 = traits_type::to_int_type(L'b'); local
107 VERIFY( traits_type::eof() == buf01.pub_pbackfail(intt01) );
110 VERIFY( traits_type::eof() == buf01.pub_overflow(intt01) );

Completed in 55 milliseconds