Lines Matching refs:__eof
49 const int_type __eof = traits_type::eof(); in getline()
54 && !traits_type::eq_int_type(__c, __eof) in getline()
82 if (traits_type::eq_int_type(__c, __eof)) in getline()
127 const int_type __eof = traits_type::eof(); in ignore()
135 && !traits_type::eq_int_type(__c, __eof) in ignore()
159 && !traits_type::eq_int_type(__c, __eof) in ignore()
173 if (traits_type::eq_int_type(__c, __eof)) in ignore()
221 const __int_type __eof = __traits_type::eof(); in operator >>()
226 && !__traits_type::eq_int_type(__c, __eof) in operator >>()
254 if (__traits_type::eq_int_type(__c, __eof)) in operator >>()
301 const __int_type __eof = __traits_type::eof(); in operator >>()
306 && !__traits_type::eq_int_type(__c, __eof) in operator >>()
332 if (__traits_type::eq_int_type(__c, __eof)) in operator >>()
379 const __int_type __eof = __traits_type::eof(); in getline()
384 && !__traits_type::eq_int_type(__c, __eof) in getline()
410 if (__traits_type::eq_int_type(__c, __eof)) in getline()
454 const int_type __eof = traits_type::eof(); in getline()
459 && !traits_type::eq_int_type(__c, __eof) in getline()
487 if (traits_type::eq_int_type(__c, __eof)) in getline()
532 const int_type __eof = traits_type::eof(); in ignore()
540 && !traits_type::eq_int_type(__c, __eof) in ignore()
564 && !traits_type::eq_int_type(__c, __eof) in ignore()
578 if (traits_type::eq_int_type(__c, __eof)) in ignore()
624 const __int_type __eof = __traits_type::eof(); in getline()
629 && !__traits_type::eq_int_type(__c, __eof) in getline()
655 if (__traits_type::eq_int_type(__c, __eof)) in getline()