Searched refs:peek (Results 1 - 25 of 100) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20090209-1.c48 char peek; local
49 peek='A';
51 if (peek == 'C' || peek == 'D')
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/
H A D3.cc46 VERIFY( ifstrm.peek() == '1' );
55 VERIFY( ifstrm.peek() == '2' );
62 VERIFY( ifstrm.peek() == '1' );
69 VERIFY( ifstrm.peek() == '2' );
76 VERIFY( ifstrm.peek() == '1' );
83 VERIFY( ifstrm.peek() == '2' );
H A D1.cc49 VERIFY( is_04.peek() == ':' );
57 VERIFY( is_04.peek() == ' ' );
64 VERIFY( is_04.peek() == ' ' );
71 VERIFY( is_04.peek() == 'j' );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/
H A D3.cc42 VERIFY( ifstrm.peek() == L'1' );
51 VERIFY( ifstrm.peek() == L'2' );
58 VERIFY( ifstrm.peek() == L'1' );
65 VERIFY( ifstrm.peek() == L'2' );
72 VERIFY( ifstrm.peek() == L'1' );
79 VERIFY( ifstrm.peek() == L'2' );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/
H A D1.cc50 VERIFY( is_04.peek() == ':' );
57 VERIFY( is_04.peek() == ' ' );
64 VERIFY( is_04.peek() == ' ' );
71 VERIFY( is_04.peek() == 'j' );
73 // int_type peek()
75 VERIFY( is_04.peek() == 'j' );
82 VERIFY( is_04.peek() == traits_type::eof() );
H A D12296.cc31 istringstream::int_type c = stream.peek();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/
H A D1.cc48 VERIFY( is_04.peek() == L':' );
55 VERIFY( is_04.peek() == L' ' );
62 VERIFY( is_04.peek() == L' ' );
69 VERIFY( is_04.peek() == L'j' );
71 // int_type peek()
73 VERIFY( is_04.peek() == L'j' );
80 VERIFY( is_04.peek() == traits_type::eof() );
H A D12296.cc31 wistringstream::int_type c = stream.peek();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/
H A D3.cc45 VERIFY( ifstrm.peek() == '1' );
54 VERIFY( ifstrm.peek() == '2' );
61 VERIFY( ifstrm.peek() == '1' );
68 VERIFY( ifstrm.peek() == '2' );
75 VERIFY( ifstrm.peek() == '1' );
82 VERIFY( ifstrm.peek() == '2' );
H A D1.cc50 VERIFY( is_04.peek() == ':' );
58 VERIFY( is_04.peek() == ' ' );
65 VERIFY( is_04.peek() == ' ' );
72 VERIFY( is_04.peek() == 'j' );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/
H A D3.cc43 VERIFY( ifstrm.peek() == L'1' );
52 VERIFY( ifstrm.peek() == L'2' );
59 VERIFY( ifstrm.peek() == L'1' );
66 VERIFY( ifstrm.peek() == L'2' );
73 VERIFY( ifstrm.peek() == L'1' );
80 VERIFY( ifstrm.peek() == L'2' );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/
H A D1.cc51 VERIFY( is_04.peek() == ':' );
58 VERIFY( is_04.peek() == ' ' );
65 VERIFY( is_04.peek() == ' ' );
72 VERIFY( is_04.peek() == 'j' );
74 // int_type peek()
76 VERIFY( is_04.peek() == 'j' );
83 VERIFY( is_04.peek() == traits_type::eof() );
H A D12296.cc32 istringstream::int_type c = stream.peek();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/
H A D1.cc49 VERIFY( is_04.peek() == L':' );
56 VERIFY( is_04.peek() == L' ' );
63 VERIFY( is_04.peek() == L' ' );
70 VERIFY( is_04.peek() == L'j' );
72 // int_type peek()
74 VERIFY( is_04.peek() == L'j' );
81 VERIFY( is_04.peek() == traits_type::eof() );
H A D12296.cc32 wistringstream::int_type c = stream.peek();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/get/char/
H A D3.cc37 istr01.peek();
44 istr02.peek();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/
H A D3.cc35 istr01.peek();
42 istr02.peek();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D6.cc37 istr01.peek();
44 istr02.peek();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D6.cc37 istr01.peek();
44 istr02.peek();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/get/char/
H A D3.cc38 istr01.peek();
45 istr02.peek();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/
H A D3.cc36 istr01.peek();
43 istr02.peek();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D6.cc38 istr01.peek();
45 istr02.peek();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D6.cc38 istr01.peek();
45 istr02.peek();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/objects/char/
H A D7744_xin.cc30 std::cin.peek();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D7744_xin.cc30 std::wcin.peek();

Completed in 114 milliseconds

1234