reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1521 pw = FN(PW,cow)(pw); 1521 pw = FN(PW,cow)(pw); 1522 if (!pw || !space || !domain) 1525 for (i = 0; i < pw->n; ++i) { 1526 pw->p[i].set = isl_set_reset_space(pw->p[i].set, 1526 pw->p[i].set = isl_set_reset_space(pw->p[i].set, 1528 if (!pw->p[i].set) 1530 pw->p[i].FIELD = FN(EL,reset_space_and_domain)(pw->p[i].FIELD, 1530 pw->p[i].FIELD = FN(EL,reset_space_and_domain)(pw->p[i].FIELD, 1532 if (!pw->p[i].FIELD) 1538 isl_space_free(pw->dim); 1539 pw->dim = space; 1541 return pw; 1545 FN(PW,free)(pw);