Polly 20.0.0git
|
Public Member Functions | |
template_cpp_kind_type_printer (const Kind &kind) | |
virtual Kind | kind (int arg) const override |
Public Member Functions inherited from template_cpp_type_printer | |
template_cpp_type_printer () | |
std::string | base (const std::string &type, const Kind &kind) const |
virtual Kind | kind (int arg) const =0 |
virtual std::string | qualified (int arg, const std::string &cpp_type) const override |
Public Member Functions inherited from cpp_type_printer | |
cpp_type_printer () | |
virtual std::string | isl_bool () const |
virtual std::string | isl_stat () const |
virtual std::string | isl_size () const |
virtual std::string | isl_namespace () const |
virtual std::string | class_type (const std::string &cpp_name) const |
virtual std::string | qualified (int arg, const std::string &cpp_type) const |
std::string | isl_type (int arg, QualType type) const |
std::string | generate_callback_args (int arg, QualType type, bool cpp) const |
std::string | generate_callback_type (int arg, QualType type) const |
std::string | param (int arg, QualType type) const |
std::string | return_type (const Method &method) const |
Public Attributes | |
const Kind & | fixed_kind |
Definition at line 1414 of file template_cpp.cc.
|
inline |
Definition at line 1415 of file template_cpp.cc.
|
overridevirtual |
Implements template_cpp_type_printer.
Definition at line 1428 of file template_cpp.cc.
const Kind& template_cpp_kind_type_printer::fixed_kind |
Definition at line 1420 of file template_cpp.cc.