reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
51 fold = isl_calloc(dim->ctx, struct isl_qpolynomial_fold, 54 if (!fold) 57 fold->ref = 1; 58 fold->size = n; 59 fold->n = 0; 60 fold->type = type; 61 fold->dim = dim; 63 return fold;