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

Declarations

tools/polly/lib/External/isl/include/isl/stream.h
   69 int isl_stream_eat(__isl_keep isl_stream *s, int type);

References

tools/polly/lib/External/isl/isl_input.c
  329 	if (isl_stream_eat(s, '('))
  336 	if (isl_stream_eat(s, ')'))
  394 		if (isl_stream_eat(s, '('))
  397 		if (isl_stream_eat(s, '['))
  404 		if (isl_stream_eat(s, ','))
  425 		if (isl_stream_eat(s, ')'))
  428 		if (isl_stream_eat(s, ']'))
  493 		if (isl_stream_eat(s, ')'))
  713 	if (isl_stream_eat(s, '?'))
  721 	if (isl_stream_eat(s, ':'))
 1089 		if (seen_paren && isl_stream_eat(s, ')'))
 1195 	if (isl_stream_eat(s, '['))
 1201 		if (isl_stream_eat(s, ISL_TOKEN_TO))
 1209 	if (isl_stream_eat(s, ']'))
 1638 	if (isl_stream_eat(s, ':'))
 1645 	if (seen_paren && isl_stream_eat(s, ')'))
 1690 		if (isl_stream_eat(s, ')'))
 1725 	if (isl_stream_eat(s, ')'))
 2152 		if (isl_stream_eat(s, ')'))
 2335 	if (isl_stream_eat(s, '('))
 2349 	if (isl_stream_eat(s, ')'))
 2375 		isl_stream_eat(s, ':');
 2696 		if (isl_stream_eat(s, '='))
 3206 	if (!isl_set_is_params(dom) && isl_stream_eat(s, ISL_TOKEN_TO))
 3209 	if (isl_stream_eat(s, '['))
 3214 	if (isl_stream_eat(s, ']'))
 3242 		if (isl_stream_eat(s, ISL_TOKEN_TO))
 3245 	if (isl_stream_eat(s, '{'))
 3264 	if (isl_stream_eat(s, '}'))
 3419 		if (isl_stream_eat(s, ISL_TOKEN_TO))
 3422 	if (isl_stream_eat(s, '{'))
 3436 	if (isl_stream_eat(s, '}'))
 3566 		if (isl_stream_eat(s, ISL_TOKEN_TO))
 3572 	if (isl_stream_eat(s, '{'))
 3581 	if (isl_stream_eat(s, '}'))
 3632 		if (isl_stream_eat(s, ISL_TOKEN_TO))
 3638 	if (isl_stream_eat(s, '{'))
 3664 	if (isl_stream_eat(s, '}'))
 3753 		if (isl_stream_eat(s, ISL_TOKEN_TO))
 3756 	if (isl_stream_eat(s, '{'))
 3773 	if (isl_stream_eat(s, '}'))
 3858 		if (isl_stream_eat(s, ISL_TOKEN_TO))
 3861 	if (isl_stream_eat(s, '{'))
 3866 	if (isl_stream_eat(s, '}'))
 3907 	if (isl_stream_eat(s, '{'))
 3911 	if (isl_stream_eat(s, '}'))
 4021 	if (isl_stream_eat(s, '{') < 0)
 4024 	if (isl_stream_eat(s, '}') < 0)
 4058 	if (isl_stream_eat(s, '(') < 0)
 4069 	if (isl_stream_eat(s, ')') < 0)
 4112 		if (isl_stream_eat(s, '['))
 4114 		if (isl_stream_eat(s, ']'))
 4127 		if (isl_stream_eat(s, ISL_TOKEN_TO))
 4164 	if (isl_stream_eat(s, '(') < 0)
 4173 	if (isl_stream_eat(s, ')') < 0)
tools/polly/lib/External/isl/isl_stream.c
 1084 		if (isl_stream_eat(s, '}') < 0)
 1155 		if (isl_stream_eat(s, ']') < 0)