reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1323 if (!pw) 1325 if (n == 0 && !isl_space_is_named_or_nested(pw->dim, type)) 1326 return pw; 1330 pw = FN(PW,cow)(pw); 1330 pw = FN(PW,cow)(pw); 1331 if (!pw) 1334 pw->dim = isl_space_insert_dims(pw->dim, type, first, n); 1334 pw->dim = isl_space_insert_dims(pw->dim, type, first, n); 1335 if (!pw->dim) 1338 for (i = 0; i < pw->n; ++i) { 1339 pw->p[i].set = isl_set_insert_dims(pw->p[i].set, 1339 pw->p[i].set = isl_set_insert_dims(pw->p[i].set, 1341 if (!pw->p[i].set) 1343 pw->p[i].FIELD = FN(EL,insert_dims)(pw->p[i].FIELD, 1343 pw->p[i].FIELD = FN(EL,insert_dims)(pw->p[i].FIELD, 1345 if (!pw->p[i].FIELD) 1349 return pw; 1351 FN(PW,free)(pw);