|
Polly 23.0.0git
|
#include <cpp-checked.h>
Public Member Functions | |
| ast_expr_id () | |
| ast_expr_id (const ast_expr_id &obj) | |
| ast_expr_id & | operator= (ast_expr_id obj) |
| isl::checked::ctx | ctx () const |
| isl::checked::id | id () const |
| isl::checked::id | get_id () 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_id (__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_id |
Friends | |
| template<class T> | |
| boolean | ast_expr::isa () const |
| ast_expr_id | ast_expr::as () const |
Additional Inherited Members | |
| Protected Attributes inherited from isl::checked::ast_expr | |
| isl_ast_expr * | ptr = nullptr |
Definition at line 631 of file cpp-checked.h.
|
inlineexplicitprotected |
Definition at line 5856 of file cpp-checked.h.
References __isl_take, isl::checked::ast_expr::ast_expr(), and isl::checked::ast_expr::ptr.
Referenced by ast_expr::as, ast_expr_id(), and operator=().
|
inline |
Definition at line 5859 of file cpp-checked.h.
References isl::checked::ast_expr::ast_expr().
|
inline |
Definition at line 5862 of file cpp-checked.h.
References isl::checked::ast_expr::ast_expr(), ast_expr_id(), and obj.
|
inline |
Definition at line 5872 of file cpp-checked.h.
References isl_ast_expr_get_ctx(), and isl::checked::ast_expr::ptr.
|
inline |
Definition at line 5882 of file cpp-checked.h.
References id().
|
inline |
Definition at line 5876 of file cpp-checked.h.
References isl::checked::ast_expr::get(), isl_ast_expr_id_get_id(), isl::checked::ast_expr::manage, and res.
Referenced by get_id().
|
inline |
Definition at line 5867 of file cpp-checked.h.
References ast_expr_id(), and obj.
|
friend |
References isl::checked::ast_expr::as(), and ast_expr_id().
|
friend |
References isl::checked::ast_expr::isa().
|
staticprivate |
Definition at line 635 of file cpp-checked.h.