Polly 20.0.0git
python_generator Member List

This is the complete list of members for python_generator, including all inherited members.

add_class(RecordDecl *decl)generatorprotected
add_subclass(RecordDecl *decl, const string &name, const string &sub_name)generatorprotected
add_type_subclasses(FunctionDecl *method)generatorprotected
automatic_conversion_functionsgeneratorprivatestatic
callback_takes_argument(ParmVarDecl *param, int pos)generatorprotected
classesgeneratorprotected
conversionsgeneratorprotected
die(const char *msg) __attribute__((noreturn))generatorstatic
die(string msg) __attribute__((noreturn))generatorstatic
donepython_generatorprivate
drop_suffix(const std::string &s, const std::string &suffix)generatorstatic
extract_automatic_conversion(FunctionDecl *fd)generatorprivate
extract_automatic_conversions()generatorprivate
extract_class_automatic_conversions(const isl_class &clazz)generatorprivate
extract_prototype(QualType type)generatorstatic
extract_type(QualType type)generatorstatic
find_by_name(const string &name, bool required)generatorprotected
find_superclasses(Decl *decl)generatorstatic
first_arg_is_isl_ctx(FunctionDecl *fd)generatorstatic
functions_by_namegeneratorprotected
generate()python_generatorvirtual
generator(SourceManager &SM, set< RecordDecl * > &exported_types, set< FunctionDecl * > exported_functions, set< FunctionDecl * > functions)generator
gives(Decl *decl)generatorstatic
is_callback(QualType type)generatorstatic
is_callback_arg(FunctionDecl *fd, int i)generatorstatic
is_constructor(Decl *decl)generatorstatic
is_isl_bool(QualType type)generatorstatic
is_isl_ctx(QualType type)generatorstatic
is_isl_neg_error(QualType type)generatorstatic
is_isl_size(QualType type)generatorstatic
is_isl_stat(QualType type)generatorstatic
is_isl_type(QualType type)generatorstatic
is_long(QualType type)generatorstatic
is_mutator(const isl_class &clazz, FunctionDecl *fd)generatorstatic
is_overload(Decl *decl)generatorstatic
is_static(const isl_class &clazz, FunctionDecl *method)generatorstatic
is_string(QualType type)generatorstatic
is_subclass(FunctionDecl *decl)generatorstatic
keeps(Decl *decl)generatorstatic
method2class(FunctionDecl *fd)generatorprotected
persistent_callback_arg(FunctionDecl *fd)generatorstatic
print(const isl_class &clazz)python_generatorprivate
print(map< string, isl_class > &classes, set< string > &done)python_generatorprivate
print_arg_in_call(FunctionDecl *fd, const char *fmt, int arg, int skip)python_generatorprivate
print_argtypes(FunctionDecl *fd)python_generatorprivate
print_argument_checks(const isl_class &clazz, FunctionDecl *fd, int drop_ctx)python_generatorprivate
print_callback(ParmVarDecl *param, int arg)python_generatorprivate
print_class_header(const isl_class &clazz, const string &name, const vector< string > &super)python_generatorprivate
print_constructor(const isl_class &clazz, FunctionDecl *method)python_generatorprivate
print_copy(QualType type)python_generatorprivate
print_copy_callbacks(const isl_class &clazz)python_generatorprivate
print_get_method(const isl_class &clazz, FunctionDecl *fd)python_generatorprivate
print_method(const isl_class &clazz, FunctionDecl *method, vector< string > super)python_generatorprivate
print_method(const isl_class &clazz, const string &fullname, const function_set &methods, vector< string > super)python_generatorprivate
print_method_arguments(int first, int n_arg)python_generatorprivate
print_method_call(int indent, const isl_class &clazz, FunctionDecl *method, const char *fmt, int drop_ctx)python_generatorprivate
print_method_header(bool is_static, const string &name, int n_arg)python_generatorprivate
print_method_overload(const isl_class &clazz, FunctionDecl *method)python_generatorprivate
print_method_return(int indent, const isl_class &clazz, FunctionDecl *method, const char *fmt)python_generatorprivate
print_method_type(FunctionDecl *fd)python_generatorprivate
print_method_types(const isl_class &clazz)python_generatorprivate
print_new(const isl_class &clazz, const string &python_name)python_generatorprivate
print_representation(const isl_class &clazz, const string &python_name)python_generatorprivate
print_restype(FunctionDecl *fd)python_generatorprivate
print_set_enum(const isl_class &clazz, FunctionDecl *fd, int value, const string &name, const vector< string > &super)python_generatorprivate
print_set_enum(const isl_class &clazz, FunctionDecl *fd, const vector< string > &super)python_generatorprivate
print_special_constructors(const isl_class &clazz)python_generatorprivate
print_special_methods(const isl_class &clazz)python_generatorprivate
print_type_check(int indent, const string &type, const char *fmt, int pos, bool upcast, const string &super, const string &name, int n)python_generatorprivate
print_type_checks(const string &cname, FunctionDecl *method, bool first_is_ctx, int n, const vector< string > &super)python_generatorprivate
print_upcast_constructors(const isl_class &clazz)python_generatorprivate
prototype_n_args(QualType type)generatorstatic
python_generator(SourceManager &SM, set< RecordDecl * > &exported_types, set< FunctionDecl * > exported_functions, set< FunctionDecl * > functions)python_generatorinline
SMgeneratorprotected
takes(Decl *decl)generatorstatic
~generator()generatorinlinevirtual