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

Declarations

tools/polly/lib/External/isl/include/isl/local_space.h
   36 const char *isl_local_space_get_dim_name(__isl_keep isl_local_space *ls,

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 7858   auto res = isl_local_space_get_dim_name(get(), static_cast<enum isl_dim_type>(type), pos);
tools/polly/lib/External/isl/isl_aff.c
  460 	return isl_local_space_get_dim_name(aff->ls, type, pos);
tools/polly/lib/External/isl/isl_constraint.c
  472 	    isl_local_space_get_dim_name(constraint->ls, type, pos) : NULL;