reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/istream.tcc
  246       const int_type __eof = traits_type::eof();
  257 	      if (!traits_type::eq_int_type(__c, __eof))
  291 	      if (!traits_type::eq_int_type(__cb, traits_type::eof()))
  291 	      if (!traits_type::eq_int_type(__cb, traits_type::eof()))
  294 		  __c = traits_type::to_char_type(__cb);
  326 	      const int_type __idelim = traits_type::to_int_type(__delim);
  327 	      const int_type __eof = traits_type::eof();
  332 		     && !traits_type::eq_int_type(__c, __eof)
  333 		     && !traits_type::eq_int_type(__c, __idelim))
  335 		  *__s++ = traits_type::to_char_type(__c);
  339 	      if (traits_type::eq_int_type(__c, __eof))
  373 	      const int_type __idelim = traits_type::to_int_type(__delim);
  374 	      const int_type __eof = traits_type::eof();
  377 	      char_type __c2 = traits_type::to_char_type(__c);
  379 	      while (!traits_type::eq_int_type(__c, __eof)
  380 		     && !traits_type::eq_int_type(__c, __idelim)
  381 		     && !traits_type::eq_int_type(__sb.sputc(__c2), __eof))
  385 		  __c2 = traits_type::to_char_type(__c);
  387 	      if (traits_type::eq_int_type(__c, __eof))
  417               const int_type __idelim = traits_type::to_int_type(__delim);
  418               const int_type __eof = traits_type::eof();
  423                      && !traits_type::eq_int_type(__c, __eof)
  424                      && !traits_type::eq_int_type(__c, __idelim))
  426                   *__s++ = traits_type::to_char_type(__c);
  430               if (traits_type::eq_int_type(__c, __eof))
  434                   if (traits_type::eq_int_type(__c, __idelim))
  477 	      const int_type __eof = traits_type::eof();
  480 	      if (traits_type::eq_int_type(__sb->sbumpc(), __eof))
  510               const int_type __eof = traits_type::eof();
  525 			 && !traits_type::eq_int_type(__c, __eof))
  531 		      && !traits_type::eq_int_type(__c, __eof))
  544 	      if (traits_type::eq_int_type(__c, __eof))
  572               const int_type __eof = traits_type::eof();
  581 			 && !traits_type::eq_int_type(__c, __eof)
  582 			 && !traits_type::eq_int_type(__c, __delim))
  588 		      && !traits_type::eq_int_type(__c, __eof)
  589 		      && !traits_type::eq_int_type(__c, __delim))
  602               if (traits_type::eq_int_type(__c, __eof))
  604 	      else if (traits_type::eq_int_type(__c, __delim))
  630       int_type __c = traits_type::eof();
  639 	      if (traits_type::eq_int_type(__c, traits_type::eof()))
  639 	      if (traits_type::eq_int_type(__c, traits_type::eof()))
  732 	      const int_type __eof = traits_type::eof();
  735 		  || traits_type::eq_int_type(__sb->sputbackc(__c), __eof))
  767 	      const int_type __eof = traits_type::eof();
  770 		  || traits_type::eq_int_type(__sb->sungetc(), __eof))