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
   35 	pw = isl_alloc(ctx, struct PW,
   37 	if (!pw)
   40 	pw->ref = 1;
   42 	pw->type = type;
   44 	pw->size = n;
   45 	pw->n = 0;
   46 	pw->dim = dim;
   47 	return pw;