reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2845 if (!p || !pwaff) 2848 if (p->output_format == ISL_FORMAT_ISL) 2849 return print_pw_aff_isl(p, pwaff); 2850 else if (p->output_format == ISL_FORMAT_C) 2851 return print_pw_aff_c(p, pwaff); 2852 isl_die(p->ctx, isl_error_unsupported, "unsupported output format", 2855 isl_printer_free(p);