Lines Matching refs:eof
50 virtual int_type pbackfail(int_type __c = traits_type::eof());
73 __last_consumed_(traits_type::eof()),
113 __last_consumed_ = traits_type::eof();
124 return traits_type::eof();
147 return traits_type::eof();
151 return traits_type::eof();
157 return traits_type::eof();
169 return traits_type::eof();
181 if (traits_type::eq_int_type(__c, traits_type::eof()))
187 traits_type::eof());
208 return traits_type::eof();
212 return traits_type::eof();
236 virtual int_type overflow (int_type __c = traits_type::eof());
266 if (!traits_type::eq_int_type(__c, traits_type::eof()))
272 return traits_type::eof();
288 return traits_type::eof();
292 return traits_type::eof();
298 return traits_type::eof();
305 return traits_type::eof();
320 if (overflow(traits_type::to_int_type(*__s)) == traits_type::eof())