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

  /src/external/mit/isl/dist/include/isl/
union_set.h 18 __isl_give isl_union_set *isl_set_to_union_set(__isl_take isl_set *set);
cpp-checked.h 17527 auto res = isl_set_to_union_set(copy());
cpp.h 24548 auto res = isl_set_to_union_set(copy());
  /src/external/mit/isl/dist/
isl_union_map.c 586 __isl_give isl_union_set *isl_set_to_union_set(__isl_take isl_set *set) function
  /src/external/mit/isl/dist/interface/
isl.py 12242 res = isl.isl_set_to_union_set(isl.isl_set_copy(arg0.ptr))
12494 isl.isl_set_to_union_set.restype = c_void_p
12495 isl.isl_set_to_union_set.argtypes = [c_void_p]

Completed in 47 milliseconds