|
Polly 23.0.0git
|
#include <cpp.h>
Public Member Functions | |
| ast_expr_op () | |
| ast_expr_op (const ast_expr_op &obj) | |
| ast_expr_op & | operator= (ast_expr_op obj) |
| template<class T> | |
| bool | isa () const |
| template<class T> | |
| T | as () const |
| isl::ctx | ctx () const |
| isl::ast_expr | arg (int pos) const |
| isl::ast_expr | get_arg (int pos) const |
| unsigned | n_arg () const |
| unsigned | get_n_arg () const |
| 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::ctx | ctx () const |
| isl::ast_expr | arg (int pos) const |
| isl::ast_expr | get_arg (int pos) const |
| class size | n_arg () const |
| class size | get_n_arg () 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 (__isl_take isl_ast_expr *ptr) | |
| 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) | |
Private Member Functions | |
| template<typename T, typename = typename std::enable_if<std::is_same< const decltype(isl_ast_expr_op_get_type(NULL)), const T>::value>::type> | |
| bool | isa_type (T subtype) const |
| template<typename T, typename = typename std::enable_if<std::is_same< const decltype(isl_ast_expr_op_get_type(nullptr)), const T>::value>::type> | |
| boolean | isa_type (T subtype) const |
Static Private Attributes | |
| static const auto | type = isl_ast_expr_op |
Friends | |
| template<class T> | |
| bool | ast_expr::isa () const |
| ast_expr_op | ast_expr::as () const |
| template<class T> | |
| boolean | ast_expr::isa () const |
| ast_expr_op | ast_expr::as () const |
Additional Inherited Members | |
| Protected Attributes inherited from isl::checked::ast_expr | |
| isl_ast_expr * | ptr = nullptr |
Definition at line 739 of file include/isl/cpp.h.
|
inlineexplicitprotected |
References __isl_take, and isl::checked::ast_expr::ptr.
Referenced by ast_expr::as, ast_expr_op(), and operator=().
|
inline |
|
inline |
References ast_expr_op(), and obj.
|
inlineexplicitprotected |
References __isl_take, and isl::checked::ast_expr::ptr.
|
inline |
|
inline |
References ast_expr_op(), and obj.
|
inline |
References pos().
|
inline |
References pos().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References pos().
|
inline |
References pos().
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
References ast_expr_op(), obj, and type.
|
inline |
References ast_expr_op(), obj, and type.
|
friend |
References isl::ast_expr::as(), and ast_expr_op().
Referenced by isl::ast_expr_op_access::ast_expr_op::as, isl::ast_expr_op_add::ast_expr_op::as, isl::ast_expr_op_address_of::ast_expr_op::as, isl::ast_expr_op_and::ast_expr_op::as, isl::ast_expr_op_and_then::ast_expr_op::as, isl::ast_expr_op_call::ast_expr_op::as, isl::ast_expr_op_cond::ast_expr_op::as, isl::ast_expr_op_div::ast_expr_op::as, isl::ast_expr_op_eq::ast_expr_op::as, isl::ast_expr_op_fdiv_q::ast_expr_op::as, isl::ast_expr_op_ge::ast_expr_op::as, isl::ast_expr_op_gt::ast_expr_op::as, isl::ast_expr_op_le::ast_expr_op::as, isl::ast_expr_op_lt::ast_expr_op::as, isl::ast_expr_op_max::ast_expr_op::as, isl::ast_expr_op_member::ast_expr_op::as, isl::ast_expr_op_min::ast_expr_op::as, isl::ast_expr_op_minus::ast_expr_op::as, isl::ast_expr_op_mul::ast_expr_op::as, isl::ast_expr_op_or::ast_expr_op::as, isl::ast_expr_op_or_else::ast_expr_op::as, isl::ast_expr_op_pdiv_q::ast_expr_op::as, isl::ast_expr_op_pdiv_r::ast_expr_op::as, isl::ast_expr_op_select::ast_expr_op::as, isl::ast_expr_op_sub::ast_expr_op::as, and isl::ast_expr_op_zdiv_r::ast_expr_op::as.
|
friend |
References isl::ast_expr::as(), ast_expr_op(), isl_ast_expr_op, and type.
|
friend |
References isl::ast_expr::isa().
Referenced by isl::ast_expr_op_access::ast_expr_op::isa, isl::ast_expr_op_add::ast_expr_op::isa, isl::ast_expr_op_address_of::ast_expr_op::isa, isl::ast_expr_op_and::ast_expr_op::isa, isl::ast_expr_op_and_then::ast_expr_op::isa, isl::ast_expr_op_call::ast_expr_op::isa, isl::ast_expr_op_cond::ast_expr_op::isa, isl::ast_expr_op_div::ast_expr_op::isa, isl::ast_expr_op_eq::ast_expr_op::isa, isl::ast_expr_op_fdiv_q::ast_expr_op::isa, isl::ast_expr_op_ge::ast_expr_op::isa, isl::ast_expr_op_gt::ast_expr_op::isa, isl::ast_expr_op_le::ast_expr_op::isa, isl::ast_expr_op_lt::ast_expr_op::isa, isl::ast_expr_op_max::ast_expr_op::isa, isl::ast_expr_op_member::ast_expr_op::isa, isl::ast_expr_op_min::ast_expr_op::isa, isl::ast_expr_op_minus::ast_expr_op::isa, isl::ast_expr_op_mul::ast_expr_op::isa, isl::ast_expr_op_or::ast_expr_op::isa, isl::ast_expr_op_or_else::ast_expr_op::isa, isl::ast_expr_op_pdiv_q::ast_expr_op::isa, isl::ast_expr_op_pdiv_r::ast_expr_op::isa, isl::ast_expr_op_select::ast_expr_op::isa, isl::ast_expr_op_sub::ast_expr_op::isa, and isl::ast_expr_op_zdiv_r::ast_expr_op::isa.
|
friend |
References isl::ast_expr::isa().
|
staticprivate |
Definition at line 743 of file include/isl/cpp.h.
Referenced by ast_expr::as, and operator=().