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

References

tools/polly/lib/External/isl/isl_input.c
 1676 	tok = isl_stream_next_token(s);
 1680 	if (isl_stream_next_token_is(s, '('))
 1681 		if (resolve_paren_expr(s, v, isl_map_copy(map), rational))
 1684 	if (isl_stream_next_token_is(s, ISL_TOKEN_EXISTS) ||
 1685 	    isl_stream_next_token_is(s, ISL_TOKEN_NOT) ||
 1686 	    isl_stream_next_token_is(s, ISL_TOKEN_TRUE) ||
 1687 	    isl_stream_next_token_is(s, ISL_TOKEN_FALSE) ||
 1688 	    isl_stream_next_token_is(s, ISL_TOKEN_MAP)) {
 1689 		map = read_formula(s, v, map, rational);
 1690 		if (isl_stream_eat(s, ')'))
 1694 		isl_stream_push_token(s, tok);
 1698 	tok2 = isl_stream_next_token(s);
 1703 	isl_stream_push_token(s, tok2);
 1705 	pwaff = accept_affine(s, isl_space_wrap(isl_map_get_space(map)), v);
 1709 	tok2 = isl_token_new(s->ctx, line, col, 0);
 1715 	if (isl_stream_eat_if_available(s, ')')) {
 1716 		isl_stream_push_token(s, tok2);
 1722 	isl_stream_push_token(s, tok2);
 1724 	map = read_formula(s, v, map, rational);
 1725 	if (isl_stream_eat(s, ')'))
 1730 	isl_stream_push_token(s, tok);