reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 1180   inline __isl_give isl_local_space *copy() const &;

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 7746   ptr = obj.copy();
 7804   auto res = isl_local_space_add_dims(copy(), static_cast<enum isl_dim_type>(type), n);
 7816   auto res = isl_local_space_domain(copy());
 7822   auto res = isl_local_space_drop_dims(copy(), static_cast<enum isl_dim_type>(type), first, n);
 7834   auto res = isl_local_space_flatten_domain(copy());
 7840   auto res = isl_local_space_flatten_range(copy());
 7846   auto res = isl_local_space_from_domain(copy());
 7889   auto res = isl_local_space_insert_dims(copy(), static_cast<enum isl_dim_type>(type), first, n);
 7895   auto res = isl_local_space_intersect(copy(), ls2.release());
 7919   auto res = isl_local_space_range(copy());
 7925   auto res = isl_local_space_set_dim_id(copy(), static_cast<enum isl_dim_type>(type), pos, id.release());
 7931   auto res = isl_local_space_set_from_params(copy());
 7937   auto res = isl_local_space_set_tuple_id(copy(), static_cast<enum isl_dim_type>(type), id.release());
 7943   auto res = isl_local_space_wrap(copy());