Polly 20.0.0git
|
#include <isl-noexceptions.h>
Public Member Functions | |
local_space () | |
local_space (const local_space &obj) | |
local_space (isl::space space) | |
local_space & | operator= (local_space obj) |
~local_space () | |
__isl_give isl_local_space * | copy () const & |
__isl_give isl_local_space * | copy () &&=delete |
__isl_keep isl_local_space * | get () const |
__isl_give isl_local_space * | release () |
bool | is_null () const |
isl::ctx | ctx () const |
Protected Member Functions | |
local_space (__isl_take isl_local_space *ptr) | |
Protected Attributes | |
isl_local_space * | ptr = nullptr |
Friends | |
local_space | manage (__isl_take isl_local_space *ptr) |
local_space | manage_copy (__isl_keep isl_local_space *ptr) |
Definition at line 2053 of file isl-noexceptions.h.
|
inlineexplicitprotected |
Definition at line 10524 of file isl-noexceptions.h.
|
inline |
Definition at line 10515 of file isl-noexceptions.h.
|
inline |
Definition at line 10518 of file isl-noexceptions.h.
|
inlineexplicit |
Definition at line 10527 of file isl-noexceptions.h.
References isl_local_space_from_space(), ptr, isl::space::release(), and res.
|
inline |
Definition at line 10538 of file isl-noexceptions.h.
References isl_local_space_free(), and ptr.
|
inlinedelete |
|
inline |
Definition at line 10543 of file isl-noexceptions.h.
References isl_local_space_copy(), and ptr.
|
inline |
Definition at line 10561 of file isl-noexceptions.h.
References isl_local_space_get_ctx(), and ptr.
|
inline |
Definition at line 10547 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 10557 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 10533 of file isl-noexceptions.h.
References obj.
|
inline |
Definition at line 10551 of file isl-noexceptions.h.
References ptr.
Referenced by isl::aff::aff(), isl::constraint::alloc_equality(), isl::constraint::alloc_inequality(), isl::pw_aff::pw_aff(), isl::aff::var_on_domain(), and isl::pw_aff::var_on_domain().
|
friend |
Definition at line 10507 of file isl-noexceptions.h.
|
friend |
Definition at line 10510 of file isl-noexceptions.h.
|
protected |
Definition at line 2058 of file isl-noexceptions.h.
Referenced by copy(), ctx(), get(), is_null(), local_space(), release(), and ~local_space().