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

#include <cpp-checked.h>

Public Member Functions

 id_to_ast_expr ()
 id_to_ast_expr (const id_to_ast_expr &obj)
 id_to_ast_expr (isl::checked::ctx ctx, int min_size)
 id_to_ast_expr (isl::checked::ctx ctx, const std::string &str)
id_to_ast_exproperator= (id_to_ast_expr obj)
 ~id_to_ast_expr ()
__isl_give isl_id_to_ast_expr * copy () const &
__isl_give isl_id_to_ast_expr * copy () &&=delete
__isl_keep isl_id_to_ast_expr * get () const
__isl_give isl_id_to_ast_expr * release ()
bool is_null () const
isl::checked::ctx ctx () const
boolean is_equal (const isl::checked::id_to_ast_expr &hmap2) const
isl::checked::id_to_ast_expr set (isl::checked::id key, isl::checked::ast_expr val) const
isl::checked::id_to_ast_expr set (const std::string &key, const isl::checked::ast_expr &val) const

Protected Member Functions

 id_to_ast_expr (__isl_take isl_id_to_ast_expr *ptr)

Protected Attributes

isl_id_to_ast_expr * ptr = nullptr

Friends

id_to_ast_expr manage (__isl_take isl_id_to_ast_expr *ptr)
id_to_ast_expr manage_copy (__isl_keep isl_id_to_ast_expr *ptr)

Detailed Description

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

Constructor & Destructor Documentation

◆ id_to_ast_expr() [1/5]

isl::id_to_ast_expr::id_to_ast_expr ( __isl_take isl_id_to_ast_expr * ptr)
inlineexplicitprotected

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

References __isl_take, and ptr.

Referenced by copy(), id_to_ast_expr(), manage, manage_copy, and operator=().

◆ id_to_ast_expr() [2/5]

isl::id_to_ast_expr::id_to_ast_expr ( )
inline

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

References ptr.

◆ id_to_ast_expr() [3/5]

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

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

References id_to_ast_expr(), obj, and ptr.

◆ id_to_ast_expr() [4/5]

isl::id_to_ast_expr::id_to_ast_expr ( isl::checked::ctx ctx,
int min_size )
inlineexplicit

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

References ctx(), min_size, ptr, and res.

◆ id_to_ast_expr() [5/5]

isl::id_to_ast_expr::id_to_ast_expr ( isl::checked::ctx ctx,
const std::string & str )
inlineexplicit

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

References ctx(), ptr, res, and str.

◆ ~id_to_ast_expr()

isl::id_to_ast_expr::~id_to_ast_expr ( )
inline

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

References ptr.

Member Function Documentation

◆ copy() [1/2]

__isl_give isl_id_to_ast_expr * isl::checked::id_to_ast_expr::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_id_to_ast_expr * isl::id_to_ast_expr::copy ( ) const &
inline

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

References __isl_give, and ptr.

Referenced by copy(), and set().

◆ ctx()

isl::ctx isl::id_to_ast_expr::ctx ( ) const
inline

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

References ptr.

Referenced by copy(), id_to_ast_expr(), id_to_ast_expr(), and set().

◆ get()

__isl_keep isl_id_to_ast_expr * isl::id_to_ast_expr::get ( ) const
inline

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

References __isl_keep, and ptr.

Referenced by copy(), and is_equal().

◆ is_equal()

bool isl::id_to_ast_expr::is_equal ( const isl::checked::id_to_ast_expr & hmap2) const
inline

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

References get(), manage, and res.

Referenced by copy().

◆ is_null()

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

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

References ptr.

Referenced by copy().

◆ operator=()

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

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

References id_to_ast_expr(), and obj.

◆ release()

__isl_give isl_id_to_ast_expr * isl::id_to_ast_expr::release ( )
inline

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

References __isl_give, and ptr.

Referenced by copy(), and polly::IslNodeBuilder::createNewAccesses().

◆ set() [1/2]

isl::id_to_ast_expr isl::id_to_ast_expr::set ( const std::string & key,
const isl::checked::ast_expr & val ) const
inline

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

References ctx(), key, and isl::set.

◆ set() [2/2]

isl::id_to_ast_expr isl::id_to_ast_expr::set ( isl::checked::id key,
isl::checked::ast_expr val ) const
inline

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

References copy(), key, manage, isl::checked::val::release(), and res.

Referenced by copy(), and polly::IslNodeBuilder::createNewAccesses().

◆ manage

id_to_ast_expr manage ( __isl_take isl_id_to_ast_expr * ptr)
friend

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

References __isl_take, id_to_ast_expr(), and ptr.

Referenced by isl::id_to_ast_expr::alloc(), copy(), is_equal(), and set().

◆ manage_copy

id_to_ast_expr manage_copy ( __isl_keep isl_id_to_ast_expr * ptr)
friend

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

References __isl_keep, id_to_ast_expr(), and ptr.

Referenced by copy().

Member Data Documentation

◆ ptr

isl_id_to_ast_expr * isl::id_to_ast_expr::ptr = nullptr
protected

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