|
Polly 23.0.0git
|
#include <cpp-checked.h>
Public Member Functions | |
| ast_expr_op_mul () | |
| ast_expr_op_mul (const ast_expr_op_mul &obj) | |
| ast_expr_op_mul & | operator= (ast_expr_op_mul obj) |
| isl::checked::ctx | ctx () const |
| Public Member Functions inherited from isl::checked::ast_expr_op | |
| ast_expr_op () | |
| ast_expr_op (const ast_expr_op &obj) | |
| ast_expr_op & | operator= (ast_expr_op obj) |
| template<class T> | |
| boolean | isa () const |
| template<class T> | |
| T | as () const |
| isl::checked::ctx | ctx () const |
| isl::checked::ast_expr | arg (int pos) const |
| isl::checked::ast_expr | get_arg (int pos) const |
| class size | n_arg () const |
| class size | get_n_arg () const |
| template<typename T, typename> | |
| bool | isa_type (T subtype) const |
| template<class T> | |
| bool | isa () const |
| Public Member Functions inherited from isl::checked::ast_expr | |
| ast_expr () | |
| ast_expr (const ast_expr &obj) | |
| ast_expr & | operator= (ast_expr obj) |
| ~ast_expr () | |
| __isl_give isl_ast_expr * | copy () const & |
| __isl_give isl_ast_expr * | copy () &&=delete |
| __isl_keep isl_ast_expr * | get () const |
| __isl_give isl_ast_expr * | release () |
| bool | is_null () const |
| template<class T> | |
| boolean | isa () const |
| template<class T> | |
| T | as () const |
| isl::checked::ctx | ctx () const |
| std::string | to_C_str () const |
| template<typename T, typename> | |
| bool | isa_type (T subtype) const |
| template<class T> | |
| bool | isa () const |
Protected Member Functions | |
| ast_expr_op_mul (__isl_take isl_ast_expr *ptr) | |
| Protected Member Functions inherited from isl::checked::ast_expr_op | |
| ast_expr_op (__isl_take isl_ast_expr *ptr) | |
| Protected Member Functions inherited from isl::checked::ast_expr | |
| ast_expr (__isl_take isl_ast_expr *ptr) | |
Static Private Attributes | |
| static const auto | type = isl_ast_expr_op_mul |
Friends | |
| template<class T> | |
| boolean | ast_expr_op::isa () const |
| ast_expr_op_mul | ast_expr_op::as () const |
Additional Inherited Members | |
| Protected Attributes inherited from isl::checked::ast_expr | |
| isl_ast_expr * | ptr = nullptr |
Definition at line 1047 of file cpp-checked.h.
|
inlineexplicitprotected |
Definition at line 6613 of file cpp-checked.h.
References __isl_take, isl::checked::ast_expr_op::ast_expr_op(), and isl::checked::ast_expr::ptr.
Referenced by ast_expr_op::as, ast_expr_op_mul(), and operator=().
|
inline |
Definition at line 6616 of file cpp-checked.h.
References isl::checked::ast_expr_op::ast_expr_op().
|
inline |
Definition at line 6619 of file cpp-checked.h.
References isl::checked::ast_expr_op::ast_expr_op(), ast_expr_op_mul(), and obj.
|
inline |
Definition at line 6629 of file cpp-checked.h.
References isl_ast_expr_get_ctx(), and isl::checked::ast_expr::ptr.
|
inline |
Definition at line 6624 of file cpp-checked.h.
References ast_expr_op_mul(), and obj.
|
friend |
References isl::checked::ast_expr_op::ast_expr::as, and ast_expr_op_mul().
|
friend |
References isl::checked::ast_expr_op::ast_expr::isa.
|
staticprivate |
Definition at line 1051 of file cpp-checked.h.