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

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 7746   ptr = obj.copy();
 7758   ptr = res;
 7762   std::swap(this->ptr, obj.ptr);
 7762   std::swap(this->ptr, obj.ptr);
 7767   if (ptr)
 7768     isl_local_space_free(ptr);
 7772   return isl_local_space_copy(ptr);
 7776   return ptr;
 7780   isl_local_space *tmp = ptr;
 7781   ptr = nullptr;
 7786   return ptr == nullptr;
 7794   return ctx(isl_local_space_get_ctx(ptr));