Searched refs:restr (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/isl/
H A Disl_flow.c42 isl_restriction *restr; local
48 restr = isl_calloc_type(ctx, struct isl_restriction);
49 if (!restr)
52 restr->type = type;
55 return restr;
83 isl_restriction *restr; local
89 restr = isl_calloc_type(ctx, struct isl_restriction);
90 if (!restr)
93 restr->type = isl_restriction_type_input;
94 restr
111 isl_restriction *restr; local
130 isl_restriction_free(__isl_take isl_restriction *restr) argument
141 isl_restriction_get_ctx(__isl_keep isl_restriction *restr) argument
525 isl_restriction *restr; local
[all...]
/haiku-buildtools/isl/include/isl/
H A Dflow.h22 void *isl_restriction_free(__isl_take isl_restriction *restr);
32 isl_ctx *isl_restriction_get_ctx(__isl_keep isl_restriction *restr);

Completed in 33 milliseconds