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

References

tools/polly/lib/External/isl/isl_input.c
 1898 	tok = isl_stream_next_token(s);
 1900 		isl_stream_error(s, tok, "expecting coefficient");
 1902 			isl_stream_push_token(s, tok);
 1906 		isl_stream_error(s, tok, "coefficient should appear on new line");
 1907 		isl_stream_push_token(s, tok);
 1914 	isl_assert(s->ctx, type == 0 || type == 1, goto error);
 1927 		tok = isl_stream_next_token(s);
 1929 			isl_stream_error(s, tok, "expecting coefficient");
 1931 				isl_stream_push_token(s, tok);
 1935 			isl_stream_error(s, tok,
 1937 			isl_stream_push_token(s, tok);