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

/freebsd-10.3-release/contrib/libstdc++/src/
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 Dstreambuf.cc47 while (!traits_type::eq_int_type(__c, traits_type::eof()))
65 if (traits_type::eq_int_type(__c, traits_type::eof()))
87 while (!traits_type::eq_int_type(__c, traits_type::eof()))
105 if (traits_type::eq_int_type(__c, traits_type::eof()))
H A Dcompatibility.cc82 && !traits_type::eq_int_type(__c, __eof))
100 && !traits_type::eq_int_type(__c, __eof))
112 if (traits_type::eq_int_type(__c, __eof))
147 && !traits_type::eq_int_type(__c, __eof))
165 && !traits_type::eq_int_type(__c, __eof))
177 if (traits_type::eq_int_type(__c, __eof))
/freebsd-10.3-release/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h174 if (!traits_type::eq_int_type(_M_c, __eof))
176 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
189 return traits_type::eq_int_type(_M_get(), __eof);
244 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
337 while (!traits_type::eq_int_type(__c, traits_type::eof()))
373 while (!traits_type::eq_int_type(__c, traits_type::eof())
374 && !traits_type::eq_int_type(__c, __ival))
390 if (!traits_type::eq_int_type(__c, traits_type::eof()))
H A Dchar_traits.h134 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
143 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
287 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
353 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
361 { return eq_int_type(__c, eof()) ? 0 : __c; }
H A Dostream_insert.h68 if (_Traits::eq_int_type(__put, _Traits::eof()))
/freebsd-10.3-release/contrib/libstdc++/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))
H A Dpod_char_traits.h170 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
182 { return eq_int_type(__c, eof()) ? int_type() : __c; }
/freebsd-10.3-release/contrib/libstdc++/include/std/
H A Dstd_streambuf.h298 if (__builtin_expect(!traits_type::eq_int_type(this->sbumpc(),
699 const bool __testeof = traits_type::eq_int_type(this->underflow(),
H A Dstd_bitset.h1252 if (_Traits::eq_int_type(__c1, __eof))
1264 else if (_Traits::eq_int_type(__buf->sputbackc(__c2),

Completed in 78 milliseconds