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
 3735   inline __isl_give isl_val_list *copy() const &;

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
19423   ptr = obj.copy();
19476   auto res = isl_val_list_add(copy(), el.release());
19488   auto res = isl_val_list_concat(copy(), list2.release());
19494   auto res = isl_val_list_drop(copy(), first, n);
19532   auto res = isl_val_list_insert(copy(), pos, el.release());
19544   auto res = isl_val_list_reverse(copy());
19550   auto res = isl_val_list_set_val(copy(), index, el.release());
19562   auto res = isl_val_list_swap(copy(), pos1, pos2);