Home | History | Annotate | Download | only in dist

Lines Matching defs:can

375 			"can have nested relations", return isl_size_error);
519 * The only exception is that isl_space_free can be called instead.
577 "set spaces can only have a set id", return 0);
580 "only input, output and set tuples can have ids",
660 "only input, output and set tuples can have names",
703 "only input, output and set tuples can have names",
1108 "can have nested relations", return isl_bool_error);
3194 /* Can we apply isl_space_curry to "space"?
3230 /* Can isl_space_range_curry be applied to "space"?
3236 isl_bool can;
3240 can = isl_space_range_is_wrapping(space);
3241 if (can < 0 || !can)
3242 return can;
3268 /* Can we apply isl_space_uncurry to "space"?