Home | History | Annotate | Download | only in performanced

Lines Matching refs:eof

63   virtual int_type pbackfail(int_type __c = traits_type::eof()) override;
86 __last_consumed_(traits_type::eof()),
122 __last_consumed_ = traits_type::eof();
131 if (__c == EOF)
132 return traits_type::eof();
152 return traits_type::eof();
155 if (__c == EOF)
156 return traits_type::eof();
162 return traits_type::eof();
171 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF)
172 return traits_type::eof();
182 if (traits_type::eq_int_type(__c, traits_type::eof())) {
186 !traits_type::eq_int_type(__last_consumed_, traits_type::eof());
205 return traits_type::eof();
208 if (ungetc(*--__enxt, __file_) == EOF)
209 return traits_type::eof();