reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3235 v = vars_new(s->ctx); 3239 dom = isl_set_universe(isl_space_params_alloc(s->ctx, 0)); 3240 if (next_is_tuple(s)) { 3241 dom = read_map_tuple(s, dom, isl_dim_param, v, 1, 0); 3242 if (isl_stream_eat(s, ISL_TOKEN_TO)) 3245 if (isl_stream_eat(s, '{')) 3249 aff_dom = read_aff_domain(s, isl_set_copy(dom), v); 3250 pa = read_pw_aff_with_dom(s, aff_dom, v); 3253 while (isl_stream_eat_if_available(s, ';')) { 3257 aff_dom = read_aff_domain(s, isl_set_copy(dom), v); 3258 pa_i = read_pw_aff_with_dom(s, aff_dom, v); 3264 if (isl_stream_eat(s, '}'))