Lines Matching refs:__eof
48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
126 const int_type __eof = traits_type::eof(); in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
220 const __int_type __eof = __traits_type::eof(); in operator >>()
225 && !__traits_type::eq_int_type(__c, __eof) in operator >>()
253 if (__traits_type::eq_int_type(__c, __eof)) in operator >>()
290 const int_type __eof = traits_type::eof(); in getline()
295 && !traits_type::eq_int_type(__c, __eof) in getline()
323 if (traits_type::eq_int_type(__c, __eof)) in getline()
368 const int_type __eof = traits_type::eof(); in ignore()
376 && !traits_type::eq_int_type(__c, __eof) in ignore()
400 && !traits_type::eq_int_type(__c, __eof) in ignore()
414 if (traits_type::eq_int_type(__c, __eof)) in ignore()