Searched refs:eq_int_type (Results 1 - 25 of 47) sorted by relevance

12

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dstreambuf.cc46 while (!traits_type::eq_int_type(__c, traits_type::eof()))
61 if (traits_type::eq_int_type(__c, traits_type::eof()))
79 while (!traits_type::eq_int_type(__c, traits_type::eof()))
94 if (traits_type::eq_int_type(__c, traits_type::eof()))
H A Distream.cc56 && !traits_type::eq_int_type(__c, __eof)
57 && !traits_type::eq_int_type(__c, __idelim))
84 if (traits_type::eq_int_type(__c, __eof))
86 else if (traits_type::eq_int_type(__c, __idelim))
113 if (traits_type::eq_int_type(__delim, traits_type::eof()))
132 && !traits_type::eq_int_type(__c, __eof)
133 && !traits_type::eq_int_type(__c, __delim))
156 && !traits_type::eq_int_type(__c, __eof)
157 && !traits_type::eq_int_type(__c, __delim))
169 if (traits_type::eq_int_type(__
[all...]
H A Dcompatibility.cc81 && !traits_type::eq_int_type(__c, __eof))
99 && !traits_type::eq_int_type(__c, __eof))
111 if (traits_type::eq_int_type(__c, __eof))
146 && !traits_type::eq_int_type(__c, __eof))
164 && !traits_type::eq_int_type(__c, __eof))
176 if (traits_type::eq_int_type(__c, __eof))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Distream.cc52 && !traits_type::eq_int_type(__c, __eof)
53 && !traits_type::eq_int_type(__c, __idelim))
80 if (traits_type::eq_int_type(__c, __eof))
82 else if (traits_type::eq_int_type(__c, __idelim))
114 if (traits_type::eq_int_type(__delim, traits_type::eof()))
133 && !traits_type::eq_int_type(__c, __eof)
134 && !traits_type::eq_int_type(__c, __delim))
157 && !traits_type::eq_int_type(__c, __eof)
158 && !traits_type::eq_int_type(__c, __delim))
171 if (traits_type::eq_int_type(__
[all...]
H A Dstreambuf.cc42 while (!traits_type::eq_int_type(__c, traits_type::eof()))
60 if (traits_type::eq_int_type(__c, traits_type::eof()))
82 while (!traits_type::eq_int_type(__c, traits_type::eof()))
100 if (traits_type::eq_int_type(__c, traits_type::eof()))
H A Dcompatibility.cc79 && !traits_type::eq_int_type(__c, __eof))
97 && !traits_type::eq_int_type(__c, __eof))
110 if (traits_type::eq_int_type(__c, __eof))
150 && !traits_type::eq_int_type(__c, __eof))
168 && !traits_type::eq_int_type(__c, __eof))
181 if (traits_type::eq_int_type(__c, __eof))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/
H A D9318-in.cc39 if (!traits_type::eq_int_type(c, traits_type::eof()))
H A D9424-in.cc47 if (traits_type::eq_int_type(c, eof))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/
H A D9318-in.cc36 if (!traits_type::eq_int_type(c, traits_type::eof()))
H A D9424-in.cc45 if (traits_type::eq_int_type(c, eof))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/
H A D9318-in.cc47 if (!traits_type::eq_int_type(c, traits_type::eof()))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/
H A D9318-in.cc45 if (!traits_type::eq_int_type(c, traits_type::eof()))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/
H A D14975-1.cc34 return traits_type::eq_int_type(c, traits_type::eof()) ?
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D9318-out.cc40 if (!traits_type::eq_int_type(c, traits_type::eof()))
H A D9424-out.cc47 if (traits_type::eq_int_type(c, eof))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D9318-out.cc38 if (!traits_type::eq_int_type(c, traits_type::eof()))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h158 if (!traits_type::eq_int_type(_M_c, __eof))
160 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
173 return traits_type::eq_int_type(_M_get(), __eof);
222 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/
H A D14975-1.cc35 return traits_type::eq_int_type(c, traits_type::eof()) ?
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D9318-out.cc48 if (!traits_type::eq_int_type(c, traits_type::eof()))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D9318-out.cc47 if (!traits_type::eq_int_type(c, traits_type::eof()))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h171 if (!traits_type::eq_int_type(_M_c, __eof))
173 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
186 return traits_type::eq_int_type(_M_get(), __eof);
241 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
334 while (!traits_type::eq_int_type(__c, traits_type::eof()))
370 while (!traits_type::eq_int_type(__c, traits_type::eof())
371 && !traits_type::eq_int_type(__c, __ival))
387 if (!traits_type::eq_int_type(__c, traits_type::eof()))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h121 if (traits_type::eq_int_type(__c, __eof)) // unget
123 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
143 if (traits_type::eq_int_type(__c, traits_type::eof()))
248 if (traits_type::eq_int_type(__c, __eof))
270 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h117 if (traits_type::eq_int_type(__c, __eof)) // unget
119 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
139 if (traits_type::eq_int_type(__c, traits_type::eof()))
244 if (traits_type::eq_int_type(__c, __eof))
266 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/
H A D3.cc104 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:std::char_traits
112 { return eq_int_type(__c, eof()) ? int_type(0) : __c; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/
H A D3.cc110 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:std::char_traits
118 { return eq_int_type(__c, eof()) ? int_type(0) : __c; }

Completed in 207 milliseconds

12