Searched refs:__eof (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/src/
H A Distream.cc51 const int_type __eof = traits_type::eof(); local
56 && !traits_type::eq_int_type(__c, __eof)
84 if (traits_type::eq_int_type(__c, __eof))
124 const int_type __eof = traits_type::eof(); local
132 && !traits_type::eq_int_type(__c, __eof)
156 && !traits_type::eq_int_type(__c, __eof)
169 if (traits_type::eq_int_type(__c, __eof))
211 const __int_type __eof = __traits_type::eof(); local
216 && !__traits_type::eq_int_type(__c, __eof)
244 if (__traits_type::eq_int_type(__c, __eof))
287 const __int_type __eof = __traits_type::eof(); local
361 const __int_type __eof = __traits_type::eof(); local
431 const int_type __eof = traits_type::eof(); local
504 const int_type __eof = traits_type::eof(); local
590 const __int_type __eof = __traits_type::eof(); local
[all...]
H A Dcompatibility.cc73 const int_type __eof = traits_type::eof(); local
82 && !traits_type::eq_int_type(__c, __eof))
100 && !traits_type::eq_int_type(__c, __eof))
112 if (traits_type::eq_int_type(__c, __eof))
139 const int_type __eof = traits_type::eof(); local
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-12-stable/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h114 const int_type __eof = traits_type::eof(); local
117 if (traits_type::eq_int_type(__c, __eof)) // unget
119 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
122 __ret = __eof;
128 _M_unget_buf = __eof;
240 const int_type __eof = traits_type::eof(); local
244 if (traits_type::eq_int_type(__c, __eof))
263 const int_type __eof = traits_type::eof(); local
266 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h170 const int_type __eof = traits_type::eof(); local
171 int_type __ret = __eof;
174 if (!traits_type::eq_int_type(_M_c, __eof))
177 __eof))
188 const int_type __eof = traits_type::eof(); local
189 return traits_type::eq_int_type(_M_get(), __eof);
/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_bitset.h1249 static typename _Traits::int_type __eof = _Traits::eof(); local
1252 if (_Traits::eq_int_type(__c1, __eof))
1265 __eof))

Completed in 123 milliseconds