reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
14 __isl_give isl_point *isl_point_alloc(__isl_take isl_space *dim,
788 return isl_point_alloc(isl_basic_map_get_space(bmap), point);
tools/polly/lib/External/isl/isl_point.c73 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);