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

References

tools/polly/lib/External/isl/isl_input.c
 3149 	tok = isl_stream_next_token(s);
 3150 	if (tok && (tok->type == ISL_TOKEN_IDENT || tok->is_keyword)) {
 3150 	if (tok && (tok->type == ISL_TOKEN_IDENT || tok->is_keyword)) {
 3150 	if (tok && (tok->type == ISL_TOKEN_IDENT || tok->is_keyword)) {
 3151 		isl_stream_push_token(s, tok);
 3154 	if (!tok || tok->type != '[') {
 3154 	if (!tok || tok->type != '[') {
 3155 		isl_stream_error(s, tok, "expecting '['");
 3163 		isl_stream_push_token(s, tok);
 3166 		isl_stream_push_token(s, tok);
 3170 	if (tok)
 3171 		isl_stream_push_token(s, tok);