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

Declarations

tools/polly/lib/External/isl/isl_point_private.h
   14 __isl_give isl_point *isl_point_alloc(__isl_take isl_space *dim,

References

tools/polly/lib/External/isl/isl_map_subtract.c
  788 	return isl_point_alloc(isl_basic_map_get_space(bmap), point);
tools/polly/lib/External/isl/isl_point.c
   73 	return isl_point_alloc(dim, vec);
   85 	pnt2 = isl_point_alloc(isl_space_copy(pnt->dim), isl_vec_copy(pnt->vec));
  131 	return isl_point_alloc(dim, isl_vec_alloc(dim->ctx, 0));
  399 	pnt = isl_point_alloc(isl_space_copy(fp->dim), sample);
tools/polly/lib/External/isl/isl_sample.c
 1281 	return isl_point_alloc(dim, vec);