Home
last modified time | relevance | path

Searched refs:python_generator (Results 1 – 3 of 3) sorted by relevance

/llvm-project/polly/lib/External/isl/interface/
H A Dpython.cc63 void python_generator::print_method_arguments(int first, int n_arg) in print_method_arguments()
96 void python_generator::print_method_header(bool is_static, const string &name, in print_method_header()
128 void python_generator::print_type_check(int indent, const string &type, in print_type_check()
167 void python_generator::print_type_checks(const string &cname, in print_type_checks()
190 void python_generator::print_copy(QualType type) in print_copy()
213 void python_generator::print_callback(ParmVarDecl *param, int arg) in print_callback()
296 void python_generator::print_arg_in_call(FunctionDecl *fd, const char *fmt, in print_arg_in_call()
389 void python_generator::print_method_return(int indent, const isl_class &clazz, in print_method_return()
444 void python_generator::print_get_method(const isl_class &clazz, in print_get_method()
467 void python_generator::print_method_call(int indent, const isl_class &clazz, in print_method_call()
[all …]
H A Dpython.h8 class python_generator : public generator {
13 python_generator(SourceManager &SM, set<RecordDecl *> &exported_types, in python_generator() function
H A Dextract_interface.cc510 gen = new python_generator(SM, consumer.exported_types, in generate()