Polly 23.0.0git
isl::checked::ast_node_for Class Reference

#include <cpp-checked.h>

Inheritance diagram for isl::checked::ast_node_for:
[legend]

Public Member Functions

 ast_node_for ()
 ast_node_for (const ast_node_for &obj)
ast_node_foroperator= (ast_node_for obj)
isl::checked::ctx ctx () const
isl::checked::ast_node body () const
isl::checked::ast_node get_body () const
isl::checked::ast_expr cond () const
isl::checked::ast_expr get_cond () const
isl::checked::ast_expr inc () const
isl::checked::ast_expr get_inc () const
isl::checked::ast_expr init () const
isl::checked::ast_expr get_init () const
boolean is_degenerate () const
isl::checked::ast_expr iterator () const
isl::checked::ast_expr get_iterator () const
Public Member Functions inherited from isl::checked::ast_node
 ast_node ()
 ast_node (const ast_node &obj)
ast_nodeoperator= (ast_node obj)
 ~ast_node ()
__isl_give isl_ast_nodecopy () const &
__isl_give isl_ast_nodecopy () &&=delete
__isl_keep isl_ast_nodeget () const
__isl_give isl_ast_noderelease ()
bool is_null () const
template<class T>
boolean isa () const
template<class T>
as () const
isl::checked::ctx ctx () const
isl::checked::ast_node map_descendant_bottom_up (const std::function< isl::checked::ast_node(isl::checked::ast_node)> &fn) const
std::string to_C_str () const
isl::checked::ast_node_list to_list () const
template<typename T, typename>
bool isa_type (T subtype) const
template<class T>
bool isa () const

Protected Member Functions

 ast_node_for (__isl_take isl_ast_node *ptr)
Protected Member Functions inherited from isl::checked::ast_node
 ast_node (__isl_take isl_ast_node *ptr)

Static Private Attributes

static const auto type = isl_ast_node_for

Friends

template<class T>
boolean ast_node::isa () const
ast_node_for ast_node::as () const

Additional Inherited Members

Protected Attributes inherited from isl::checked::ast_node
isl_ast_nodeptr = nullptr

Detailed Description

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

Constructor & Destructor Documentation

◆ ast_node_for() [1/3]

isl::ast_node_for::ast_node_for ( __isl_take isl_ast_node * ptr)
inlineexplicitprotected

◆ ast_node_for() [2/3]

isl::ast_node_for::ast_node_for ( )
inline

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

References isl::checked::ast_node::ast_node().

◆ ast_node_for() [3/3]

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

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

References isl::checked::ast_node::ast_node(), ast_node_for(), and obj.

Member Function Documentation

◆ body()

◆ cond()

isl::ast_expr isl::ast_node_for::cond ( ) const
inline

◆ ctx()

isl::ctx isl::ast_node_for::ctx ( ) const
inline

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

References isl_ast_node_get_ctx(), and isl::checked::ast_node::ptr.

◆ get_body()

isl::ast_node isl::ast_node_for::get_body ( ) const
inline

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

References body().

◆ get_cond()

isl::ast_expr isl::ast_node_for::get_cond ( ) const
inline

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

References cond().

◆ get_inc()

isl::ast_expr isl::ast_node_for::get_inc ( ) const
inline

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

References inc().

◆ get_init()

isl::ast_expr isl::ast_node_for::get_init ( ) const
inline

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

References init().

◆ get_iterator()

isl::ast_expr isl::ast_node_for::get_iterator ( ) const
inline

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

References iterator().

◆ inc()

◆ init()

◆ is_degenerate()

boolean isl::ast_node_for::is_degenerate ( ) const
inline

◆ iterator()

◆ operator=()

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

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

References ast_node_for(), and obj.

◆ ast_node::as

◆ ast_node::isa

template<class T>
boolean ast_node::isa ( ) const
friend

Member Data Documentation

◆ type

const auto isl::ast_node_for::type = isl_ast_node_for
staticprivate

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


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