HomeSort by: relevance | last modified time | path
    Searched refs:to_union (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_input.c 2846 static struct isl_obj to_union(isl_ctx *ctx, struct isl_obj obj) function
2875 obj1 = to_union(s->ctx, obj1);
2877 obj2 = to_union(s->ctx, obj2);
2879 obj1 = to_union(s->ctx, obj1);
2881 obj2 = to_union(s->ctx, obj2);
2884 obj1 = to_union(s->ctx, obj1);
2887 obj2 = to_union(s->ctx, obj2);
2890 obj1 = to_union(s->ctx, obj1);
2893 obj2 = to_union(s->ctx, obj2);
2903 obj1 = to_union(s->ctx, obj1)
    [all...]
isl_union_templ.c 560 __isl_give UNION *FN(FN(PART,to_union),BASE)(__isl_take PART *part)

Completed in 16 milliseconds