Polly 19.0.0git
cpp_conversion.h
Go to the documentation of this file.
1#include "generator.h"
2
4 void cast(const isl_class &clazz, const char *to);
5 void convert(const isl_class &clazz, const char *from, const char *to,
6 const char *function);
7 void print(const isl_class &clazz);
8public:
10 set<RecordDecl *> &exported_types,
11 set<FunctionDecl *> exported_functions,
12 set<FunctionDecl *> functions) :
13 generator(SM, exported_types, exported_functions, functions) {}
14 virtual void generate();
15};
polly dump function
void cast(const isl_class &clazz, const char *to)
void convert(const isl_class &clazz, const char *from, const char *to, const char *function)
void print(const isl_class &clazz)
cpp_conversion_generator(SourceManager &SM, set< RecordDecl * > &exported_types, set< FunctionDecl * > exported_functions, set< FunctionDecl * > functions)
Definition: cpp_conversion.h:9
SourceManager & SM
Definition: generator.h:146