Searched refs:pub_pbackfail (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/char/
H A D1.cc32 pub_pbackfail(int_type c) function in class:my_stringbuf
49 c = sbuf.pub_pbackfail('z');
54 c = sbuf.pub_pbackfail('a');
59 c = sbuf.pub_pbackfail('x');
65 c = sbuf.pub_pbackfail(eof);
H A D2.cc32 pub_pbackfail(int_type __c) function in class:my_stringbuf
51 c = sbuf.pub_pbackfail('x');
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/
H A D1.cc32 pub_pbackfail(int_type c) function in class:my_stringbuf
49 c = sbuf.pub_pbackfail(L'z');
54 c = sbuf.pub_pbackfail(L'a');
59 c = sbuf.pub_pbackfail(L'x');
65 c = sbuf.pub_pbackfail(eof);
H A D2.cc32 pub_pbackfail(int_type __c) function in class:my_stringbuf
51 c = sbuf.pub_pbackfail(L'x');
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/backward/
H A D11460.cc29 int_type pub_pbackfail(int_type c = traits_type::eof()) function in class:Buf
51 VERIFY( buf.pub_pbackfail() != Traits::eof() );
53 VERIFY( buf.pub_pbackfail(a) == a );
62 VERIFY( buf.pub_pbackfail() != Traits::eof() );
64 VERIFY( buf.pub_pbackfail(xff) == xff );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/char/
H A D1.cc33 pub_pbackfail(int_type c) function in class:my_stringbuf
50 c = sbuf.pub_pbackfail('z');
55 c = sbuf.pub_pbackfail('a');
60 c = sbuf.pub_pbackfail('x');
66 c = sbuf.pub_pbackfail(eof);
H A D2.cc33 pub_pbackfail(int_type __c) function in class:my_stringbuf
52 c = sbuf.pub_pbackfail('x');
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/
H A D1.cc33 pub_pbackfail(int_type c) function in class:my_stringbuf
50 c = sbuf.pub_pbackfail(L'z');
55 c = sbuf.pub_pbackfail(L'a');
60 c = sbuf.pub_pbackfail(L'x');
66 c = sbuf.pub_pbackfail(eof);
H A D2.cc33 pub_pbackfail(int_type __c) function in class:my_stringbuf
52 c = sbuf.pub_pbackfail(L'x');
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/backward/
H A D11460.cc30 int_type pub_pbackfail(int_type c = traits_type::eof()) function in class:Buf
52 VERIFY( buf.pub_pbackfail() != Traits::eof() );
54 VERIFY( buf.pub_pbackfail(a) == a );
63 VERIFY( buf.pub_pbackfail() != Traits::eof() );
65 VERIFY( buf.pub_pbackfail(xff) == xff );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/
H A D1.cc61 pub_pbackfail(int_type __c) function in class:testbuf
98 VERIFY( traits_type::eof() == buf01.pub_pbackfail(intt01) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/
H A D1.cc61 pub_pbackfail(int_type __c) function in class:testbuf
98 VERIFY( traits_type::eof() == buf01.pub_pbackfail(intt01) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/
H A D1.cc68 pub_pbackfail(int_type __c) function in class:testbuf
105 VERIFY( traits_type::eof() == buf01.pub_pbackfail(intt01) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/
H A D1.cc70 pub_pbackfail(int_type __c) function in class:testbuf
107 VERIFY( traits_type::eof() == buf01.pub_pbackfail(intt01) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char/
H A D1.cc61 pub_pbackfail(int_type __c) function in class:testbuf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/wchar_t/
H A D1.cc61 pub_pbackfail(int_type __c) function in class:testbuf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/char/
H A D1.cc61 pub_pbackfail(int_type __c) function in class:testbuf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/wchar_t/
H A D1.cc61 pub_pbackfail(int_type __c) function in class:testbuf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/
H A D1.cc61 pub_pbackfail(int_type __c) function in class:testbuf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/
H A D1.cc62 pub_pbackfail(int_type __c) function in class:testbuf
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char/
H A D1.cc68 pub_pbackfail(int_type __c) function in class:testbuf
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/wchar_t/
H A D1.cc70 pub_pbackfail(int_type __c) function in class:testbuf
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/char/
H A D1.cc69 pub_pbackfail(int_type __c) function in class:testbuf
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/wchar_t/
H A D1.cc70 pub_pbackfail(int_type __c) function in class:testbuf
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/
H A D1.cc69 pub_pbackfail(int_type __c) function in class:testbuf

Completed in 43 milliseconds

12