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

References

tools/polly/lib/External/isl/isl_input.c
 2140 	tok = next_token(s);
 2142 		isl_stream_error(s, NULL, "unexpected EOF");
 2149 		pwqp = read_term(s, map, v);
 2152 		if (isl_stream_eat(s, ')'))
 2154 		pow = optional_power(s);
 2160 		tok2 = isl_stream_next_token(s);
 2163 			tok2 = next_token(s);
 2165 				isl_stream_error(s, tok2, "expected denominator");
 2174 			isl_stream_push_token(s, tok2);
 2201 			isl_stream_error(s, tok, "unknown identifier");
 2206 		pow = optional_power(s);
 2213 		isl_stream_push_token(s, tok);
 2214 		pwaff = accept_div(s, isl_map_get_space(map), v);
 2215 		pow = optional_power(s);
 2220 		pwqp = read_factor(s, map, v);
 2223 		isl_stream_error(s, tok, "unexpected isl_token");
 2224 		isl_stream_push_token(s, tok);
 2228 	if (isl_stream_eat_if_available(s, '*') ||
 2229 	    isl_stream_next_token_is(s, ISL_TOKEN_IDENT)) {
 2232 		pwqp2 = read_factor(s, map, v);