Polly 23.0.0git
isl::ast_expr Class Reference

#include <cpp.h>

Public Member Functions

 ast_expr ()
 ast_expr (const ast_expr &obj)
ast_exproperator= (ast_expr obj)
 ~ast_expr ()
__isl_give isl_ast_exprcopy () const &
__isl_give isl_ast_exprcopy () &&=delete
__isl_keep isl_ast_exprget () const
__isl_give isl_ast_exprrelease ()
bool is_null () const
template<class T>
bool isa () const
template<class T>
as () const
isl::ctx ctx () const
std::string to_C_str () const
 ast_expr ()
 ast_expr (const ast_expr &obj)
ast_exproperator= (ast_expr obj)
 ~ast_expr ()
__isl_give isl_ast_exprcopy () const &
__isl_give isl_ast_exprcopy () &&=delete
__isl_keep isl_ast_exprget () const
__isl_give isl_ast_exprrelease ()
bool is_null () const
template<class T>
boolean isa () const
template<class T>
as () const
isl::ctx ctx () const
isl::ast_expr add (isl::ast_expr expr2) const
isl::ast_expr address_of () const
isl::ast_expr eq (isl::ast_expr expr2) const
isl::id id () const
isl::id get_id () const
isl::ast_expr le (isl::ast_expr expr2) const
isl::ast_expr mul (isl::ast_expr expr2) const
isl::ast_expr op_arg (int pos) const
isl::ast_expr get_op_arg (int pos) const
std::string to_C_str () const
isl::val val () const
isl::val get_val () const

Static Public Member Functions

static isl::ast_expr from_val (isl::val v)

Protected Member Functions

 ast_expr (__isl_take isl_ast_expr *ptr)
 ast_expr (__isl_take isl_ast_expr *ptr)

Protected Attributes

isl_ast_exprptr = nullptr

Private Member Functions

template<typename T, typename = typename std::enable_if<std::is_same< const decltype(isl_ast_expr_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_get_type(nullptr)), const T>::value>::type>
boolean isa_type (T subtype) const

Friends

ast_expr manage (__isl_take isl_ast_expr *ptr)
ast_expr manage_copy (__isl_keep isl_ast_expr *ptr)
ast_expr manage (__isl_take isl_ast_expr *ptr)
ast_expr manage_copy (__isl_keep isl_ast_expr *ptr)

Detailed Description

Definition at line 662 of file include/isl/cpp.h.

Constructor & Destructor Documentation

◆ ast_expr() [1/6]

isl::ast_expr::ast_expr ( __isl_take isl_ast_expr * ptr)
inlineexplicitprotected

References __isl_take, and ptr.

Referenced by ast_expr(), ctx(), operator=(), and to_C_str().

◆ ast_expr() [2/6]

isl::ast_expr::ast_expr ( )
inline

◆ ast_expr() [3/6]

isl::ast_expr::ast_expr ( const ast_expr & obj)
inline

References ast_expr(), and obj.

◆ ~ast_expr() [1/2]

isl::ast_expr::~ast_expr ( )
inline

◆ ast_expr() [4/6]

isl::ast_expr::ast_expr ( __isl_take isl_ast_expr * ptr)
inlineexplicitprotected

References __isl_take, and ptr.

◆ ast_expr() [5/6]

isl::ast_expr::ast_expr ( )
inline

◆ ast_expr() [6/6]

isl::ast_expr::ast_expr ( const ast_expr & obj)
inline

References ast_expr(), and obj.

◆ ~ast_expr() [2/2]

isl::ast_expr::~ast_expr ( )
inline

Member Function Documentation

◆ add()

isl::ast_expr isl::ast_expr::add ( isl::ast_expr expr2) const
inline

◆ address_of()

isl::ast_expr isl::ast_expr::address_of ( ) const
inline

◆ as() [1/2]

template<class T>
T isl::ast_expr::as ( ) const
inline

◆ as() [2/2]

template<class T>
T isl::ast_expr::as ( ) const
inline

References as().

◆ copy() [1/4]

__isl_give isl_ast_expr * isl::ast_expr::copy ( ) &&
inlinedelete

References __isl_give, and copy().

◆ copy() [2/4]

__isl_give isl_ast_expr * isl::ast_expr::copy ( ) &&
inlinedelete

References __isl_give, and copy().

◆ copy() [3/4]

__isl_give isl_ast_expr * isl::ast_expr::copy ( ) const &
inline

References __isl_give.

Referenced by copy().

◆ copy() [4/4]

__isl_give isl_ast_expr * isl::ast_expr::copy ( ) const &
inline

References __isl_give.

◆ ctx() [1/2]

isl::ctx isl::ast_expr::ctx ( ) const
inline

References ctx().

Referenced by ctx().

◆ ctx() [2/2]

isl::ctx isl::ast_expr::ctx ( ) const
inline

◆ eq()

isl::ast_expr isl::ast_expr::eq ( isl::ast_expr expr2) const
inline

◆ from_val()

isl::ast_expr isl::ast_expr::from_val ( isl::val v)
inlinestatic

◆ get() [1/2]

__isl_keep isl_ast_expr * isl::ast_expr::get ( ) const
inline

References __isl_keep, and get().

Referenced by get().

◆ get() [2/2]

__isl_keep isl_ast_expr * isl::ast_expr::get ( ) const
inline

References __isl_keep, and get().

◆ get_id()

isl::id isl::ast_expr::get_id ( ) const
inline

Definition at line 6250 of file isl-noexceptions.h.

References id.

Referenced by ctx().

◆ get_op_arg()

isl::ast_expr isl::ast_expr::get_op_arg ( int pos) const
inline

Definition at line 6273 of file isl-noexceptions.h.

References op_arg(), and pos().

Referenced by ctx().

◆ get_val()

isl::val isl::ast_expr::get_val ( ) const
inline

Definition at line 6292 of file isl-noexceptions.h.

References val.

Referenced by to_C_str().

◆ id()

isl::id isl::ast_expr::id ( ) const
inline

◆ is_null() [1/2]

bool isl::ast_expr::is_null ( ) const
inline

References is_null(), isl_ast_expr_get_type(), and type.

Referenced by is_null().

◆ is_null() [2/2]

bool isl::ast_expr::is_null ( ) const
inline

◆ isa() [1/2]

template<class T>
bool isl::ast_expr::isa ( ) const
inline

◆ isa() [2/2]

template<class T>
boolean isl::ast_expr::isa ( ) const
inline

References isa().

◆ isa_type() [1/2]

template<typename T, typename = typename std::enable_if<std::is_same< const decltype(isl_ast_expr_get_type(NULL)), const T>::value>::type>
bool isl::ast_expr::isa_type ( T subtype) const
inlineprivate

References isa_type().

Referenced by isa_type().

◆ isa_type() [2/2]

template<typename T, typename = typename std::enable_if<std::is_same< const decltype(isl_ast_expr_get_type(nullptr)), const T>::value>::type>
boolean isl::ast_expr::isa_type ( T subtype) const
inlineprivate

References isa_type().

◆ le()

isl::ast_expr isl::ast_expr::le ( isl::ast_expr expr2) const
inline

◆ mul()

isl::ast_expr isl::ast_expr::mul ( isl::ast_expr expr2) const
inline

◆ op_arg()

isl::ast_expr isl::ast_expr::op_arg ( int pos) const
inline

◆ operator=() [1/2]

ast_expr & isl::ast_expr::operator= ( ast_expr obj)
inline

References ast_expr(), and obj.

◆ operator=() [2/2]

ast_expr & isl::ast_expr::operator= ( ast_expr obj)
inline

References ast_expr(), and obj.

◆ release() [1/2]

__isl_give isl_ast_expr * isl::ast_expr::release ( )
inline

References __isl_give, and release().

Referenced by release().

◆ release() [2/2]

__isl_give isl_ast_expr * isl::ast_expr::release ( )
inline

References __isl_give, and release().

◆ to_C_str() [1/2]

std::string isl::ast_expr::to_C_str ( ) const
inline

References to_C_str().

Referenced by to_C_str().

◆ to_C_str() [2/2]

std::string isl::ast_expr::to_C_str ( ) const
inline

References ast_expr(), get_val(), to_C_str(), and val().

◆ val()

isl::val isl::ast_expr::val ( ) const
inline

◆ manage [1/2]

ast_expr manage ( __isl_take isl_ast_expr * ptr)
friend

Definition at line 5763 of file cpp-checked.h.

◆ manage [2/2]

ast_expr manage ( __isl_take isl_ast_expr * ptr)
friend

Definition at line 5763 of file cpp-checked.h.

◆ manage_copy [1/2]

ast_expr manage_copy ( __isl_keep isl_ast_expr * ptr)
friend

Definition at line 5766 of file cpp-checked.h.

◆ manage_copy [2/2]

ast_expr manage_copy ( __isl_keep isl_ast_expr * ptr)
friend

Definition at line 5766 of file cpp-checked.h.

Member Data Documentation

◆ ptr

isl_ast_expr* isl::ast_expr::ptr = nullptr
protected

Definition at line 667 of file include/isl/cpp.h.

Referenced by ast_expr().


The documentation for this class was generated from the following files: