Lines Matching refs:eof
47 virtual int_type pbackfail(int_type __c = traits_type::eof());
73 : __file_(__fp), __st_(__st), __last_consumed_(traits_type::eof()), __last_consumed_is_next_(false) {
137 __last_consumed_ = traits_type::eof();
145 return traits_type::eof();
148 return traits_type::eof();
159 return traits_type::eof();
175 return traits_type::eof();
179 return traits_type::eof();
185 return traits_type::eof();
194 return traits_type::eof();
203 if (traits_type::eq_int_type(__c, traits_type::eof())) {
206 __last_consumed_is_next_ = !traits_type::eq_int_type(__last_consumed_, traits_type::eof());
212 return traits_type::eof();
227 return traits_type::eof();
231 return traits_type::eof();
253 virtual int_type overflow(int_type __c = traits_type::eof());
311 if (!traits_type::eq_int_type(__c, traits_type::eof())) {
315 return traits_type::eof();
325 return traits_type::eof();
328 return traits_type::eof();
332 return traits_type::eof();
337 return traits_type::eof();
353 if (overflow(traits_type::to_int_type(*__s)) == traits_type::eof())