Lines Matching refs:isl_class
338 const isl_class &clazz, const char *fmt)
389 void python_generator::print_method_return(int indent, const isl_class &clazz,
444 void python_generator::print_get_method(const isl_class &clazz,
467 void python_generator::print_method_call(int indent, const isl_class &clazz,
524 void python_generator::print_method(const isl_class &clazz,
599 void python_generator::print_argument_checks(const isl_class &clazz,
653 void python_generator::print_method_overload(const isl_class &clazz,
671 void python_generator::print_method(const isl_class &clazz,
707 void python_generator::print_set_enum(const isl_class &clazz,
737 void python_generator::print_set_enum(const isl_class &clazz,
747 /* Print part of the constructor for this isl_class.
753 void python_generator::print_constructor(const isl_class &clazz,
809 void python_generator::print_special_constructors(const isl_class &clazz)
844 void python_generator::print_special_methods(const isl_class &clazz)
856 void python_generator::print_upcast_constructors(const isl_class &clazz)
881 void python_generator::print_class_header(const isl_class &clazz,
971 void python_generator::print_new(const isl_class &clazz,
1014 void python_generator::print_representation(const isl_class &clazz,
1041 void python_generator::print_copy_callbacks(const isl_class &clazz)
1070 void python_generator::print_method_types(const isl_class &clazz)
1097 /* Print out the definition of this isl_class.
1099 * We first check if this isl_class is a subclass of one or more other classes.
1116 void python_generator::print(const isl_class &clazz)
1173 map<string, isl_class>::iterator ci;