Polly 22.0.0git
isl::id_to_ast_expr Class Reference

#include <isl-noexceptions.h>

Public Member Functions

 id_to_ast_expr ()
 id_to_ast_expr (const id_to_ast_expr &obj)
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::ctx ctx () const
isl::id_to_ast_expr set (isl::id key, isl::ast_expr val) const
isl::id_to_ast_expr set (const std::string &key, const isl::ast_expr &val) const

Static Public Member Functions

static isl::id_to_ast_expr alloc (isl::ctx ctx, int min_size)

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 2023 of file isl-noexceptions.h.

Constructor & Destructor Documentation

◆ id_to_ast_expr() [1/3]

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

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

References __isl_take, and ptr.

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

◆ id_to_ast_expr() [2/3]

isl::id_to_ast_expr::id_to_ast_expr ( )
inline

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

References ptr.

◆ id_to_ast_expr() [3/3]

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

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

References id_to_ast_expr(), obj, and ptr.

◆ ~id_to_ast_expr()

isl::id_to_ast_expr::~id_to_ast_expr ( )
inline

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

References ptr.

Member Function Documentation

◆ alloc()

isl::id_to_ast_expr isl::id_to_ast_expr::alloc ( isl::ctx ctx,
int min_size )
inlinestatic

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

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

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

◆ copy() [1/2]

__isl_give isl_id_to_ast_expr * isl::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 10467 of file isl-noexceptions.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 10485 of file isl-noexceptions.h.

References ptr.

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

◆ get()

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

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

References __isl_keep, and ptr.

Referenced by copy().

◆ is_null()

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

Definition at line 10481 of file isl-noexceptions.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 10457 of file isl-noexceptions.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 10475 of file isl-noexceptions.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::ast_expr & val ) const
inline

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

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

◆ set() [2/2]

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

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

References copy(), key, manage, isl::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 10437 of file isl-noexceptions.h.

References __isl_take, id_to_ast_expr(), and ptr.

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

◆ manage_copy

id_to_ast_expr manage_copy ( __isl_keep isl_id_to_ast_expr * ptr)
friend

Definition at line 10440 of file isl-noexceptions.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 file: