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

References

tools/polly/lib/External/isl/isl_pw_templ.c
   54 __isl_give PW *FN(PW,ZERO)(__isl_take isl_space *dim, enum isl_fold type)
 1838 		zero = FN(PW,ZERO)(dim, pw->type);
 1884 		zero = FN(PW,ZERO)(space, pw->type);
tools/polly/lib/External/isl/isl_union_templ.c
   95 __isl_give UNION *FN(UNION,ZERO)(__isl_take isl_space *dim, enum isl_fold type)
  132 		return FN(PART,ZERO)(space, u->type);
  497 	u = FN(UNION,ZERO)(dim, part->type);
  894 		zero = FN(UNION,ZERO)(space, u->type);