Lines Matching refs:space
10 #include <isl/space.h>
15 /* Construct a multi expression in the given space with value zero in
18 __isl_give MULTI(BASE) *FN(MULTI(BASE),zero)(__isl_take isl_space *space)
23 n = isl_space_dim(space , isl_dim_out);
27 multi = FN(MULTI(BASE),alloc)(isl_space_copy(space));
30 isl_space_free(space);
36 space = isl_space_domain(space);
37 ls = isl_local_space_from_space(space);
49 isl_space_free(space);