reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
61 sc_copy->context = isl_set_copy(sc->context); 61 sc_copy->context = isl_set_copy(sc->context); 62 if (!sc_copy->domain || !sc_copy->context) 99 if (!sc->context) 100 sc->context = isl_set_universe(isl_space_copy(space)); 111 if (!sc->domain || !sc->context) 168 isl_set_free(sc->context); 169 sc->context = context; 249 isl_set_free(sc->context); 283 return isl_set_copy(sc->context); 525 universe = isl_set_plain_is_universe(sc->context); 531 p = isl_printer_print_set(p, sc->context); 689 space = isl_space_align_params(space, isl_set_get_space(sc->context)); 700 sc->context = isl_set_align_params(sc->context, isl_space_copy(space)); 700 sc->context = isl_set_align_params(sc->context, isl_space_copy(space)); 702 if (!sc->context || !sc->domain)