Polly 20.0.0git
|
This is the complete list of members for cpp_conversion_generator, including all inherited members.
add_class(RecordDecl *decl) | generator | protected |
add_subclass(RecordDecl *decl, const string &name, const string &sub_name) | generator | protected |
add_type_subclasses(FunctionDecl *method) | generator | protected |
automatic_conversion_functions | generator | privatestatic |
callback_takes_argument(ParmVarDecl *param, int pos) | generator | protected |
cast(const isl_class &clazz, const char *to) | cpp_conversion_generator | private |
classes | generator | protected |
conversions | generator | protected |
convert(const isl_class &clazz, const char *from, const char *to, const char *function) | cpp_conversion_generator | private |
cpp_conversion_generator(SourceManager &SM, set< RecordDecl * > &exported_types, set< FunctionDecl * > exported_functions, set< FunctionDecl * > functions) | cpp_conversion_generator | inline |
die(const char *msg) __attribute__((noreturn)) | generator | static |
die(string msg) __attribute__((noreturn)) | generator | static |
drop_suffix(const std::string &s, const std::string &suffix) | generator | static |
extract_automatic_conversion(FunctionDecl *fd) | generator | private |
extract_automatic_conversions() | generator | private |
extract_class_automatic_conversions(const isl_class &clazz) | generator | private |
extract_prototype(QualType type) | generator | static |
extract_type(QualType type) | generator | static |
find_by_name(const string &name, bool required) | generator | protected |
find_superclasses(Decl *decl) | generator | static |
first_arg_is_isl_ctx(FunctionDecl *fd) | generator | static |
functions_by_name | generator | protected |
generate() | cpp_conversion_generator | virtual |
generator(SourceManager &SM, set< RecordDecl * > &exported_types, set< FunctionDecl * > exported_functions, set< FunctionDecl * > functions) | generator | |
gives(Decl *decl) | generator | static |
is_callback(QualType type) | generator | static |
is_callback_arg(FunctionDecl *fd, int i) | generator | static |
is_constructor(Decl *decl) | generator | static |
is_isl_bool(QualType type) | generator | static |
is_isl_ctx(QualType type) | generator | static |
is_isl_neg_error(QualType type) | generator | static |
is_isl_size(QualType type) | generator | static |
is_isl_stat(QualType type) | generator | static |
is_isl_type(QualType type) | generator | static |
is_long(QualType type) | generator | static |
is_mutator(const isl_class &clazz, FunctionDecl *fd) | generator | static |
is_overload(Decl *decl) | generator | static |
is_static(const isl_class &clazz, FunctionDecl *method) | generator | static |
is_string(QualType type) | generator | static |
is_subclass(FunctionDecl *decl) | generator | static |
keeps(Decl *decl) | generator | static |
method2class(FunctionDecl *fd) | generator | protected |
persistent_callback_arg(FunctionDecl *fd) | generator | static |
print(const isl_class &clazz) | cpp_conversion_generator | private |
prototype_n_args(QualType type) | generator | static |
SM | generator | protected |
takes(Decl *decl) | generator | static |
~generator() | generator | inlinevirtual |