Polly 22.0.0git
|
#include <isl-noexceptions.h>
Public Member Functions | |
fixed_box () | |
fixed_box (const fixed_box &obj) | |
fixed_box & | operator= (fixed_box obj) |
~fixed_box () | |
__isl_give isl_fixed_box * | copy () const & |
__isl_give isl_fixed_box * | copy () &&=delete |
__isl_keep isl_fixed_box * | get () const |
__isl_give isl_fixed_box * | release () |
bool | is_null () const |
isl::ctx | ctx () const |
boolean | is_valid () const |
isl::multi_aff | offset () const |
isl::multi_aff | get_offset () const |
isl::multi_val | size () const |
isl::multi_val | get_size () const |
isl::space | space () const |
isl::space | get_space () const |
Protected Member Functions | |
fixed_box (__isl_take isl_fixed_box *ptr) |
Protected Attributes | |
isl_fixed_box * | ptr = nullptr |
Friends | |
fixed_box | manage (__isl_take isl_fixed_box *ptr) |
fixed_box | manage_copy (__isl_keep isl_fixed_box *ptr) |
Definition at line 1914 of file isl-noexceptions.h.
|
inlineexplicitprotected |
Definition at line 10090 of file isl-noexceptions.h.
References __isl_take, and ptr.
Referenced by fixed_box(), manage, manage_copy, and operator=().
|
inline |
Definition at line 10081 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 10084 of file isl-noexceptions.h.
References fixed_box(), obj, and ptr.
|
inline |
Definition at line 10098 of file isl-noexceptions.h.
References isl_fixed_box_free(), and ptr.
|
inlinedelete |
References __isl_give, __isl_keep, __isl_take, copy(), ctx(), get(), get_offset(), get_size(), get_space(), is_null(), is_valid(), manage, manage_copy, offset(), ptr, release(), size(), and space().
|
inline |
Definition at line 10103 of file isl-noexceptions.h.
References __isl_give, isl_fixed_box_copy(), and ptr.
Referenced by copy().
|
inline |
Definition at line 10121 of file isl-noexceptions.h.
References isl_fixed_box_get_ctx(), and ptr.
Referenced by copy().
|
inline |
Definition at line 10107 of file isl-noexceptions.h.
References __isl_keep, and ptr.
Referenced by copy(), is_valid(), offset(), size(), and space().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 10125 of file isl-noexceptions.h.
References get(), isl_fixed_box_is_valid(), manage, and res.
Referenced by copy().
|
inline |
Definition at line 10131 of file isl-noexceptions.h.
References get(), isl_fixed_box_get_offset(), manage, and res.
Referenced by copy(), and get_offset().
Definition at line 10093 of file isl-noexceptions.h.
References fixed_box(), and obj.
|
inline |
Definition at line 10111 of file isl-noexceptions.h.
References __isl_give, and ptr.
Referenced by copy().
|
inline |
Definition at line 10142 of file isl-noexceptions.h.
References get(), isl_fixed_box_get_size(), manage, and res.
Referenced by copy(), and get_size().
|
inline |
Definition at line 10153 of file isl-noexceptions.h.
References get(), isl_fixed_box_get_space(), manage, and res.
Referenced by copy(), and get_space().
|
friend |
Definition at line 10073 of file isl-noexceptions.h.
References __isl_take, fixed_box(), and ptr.
Referenced by copy(), is_valid(), offset(), size(), and space().
|
friend |
Definition at line 10076 of file isl-noexceptions.h.
References __isl_keep, fixed_box(), isl_fixed_box_copy(), and ptr.
Referenced by copy().
|
protected |
Definition at line 1919 of file isl-noexceptions.h.
Referenced by copy(), copy(), ctx(), fixed_box(), fixed_box(), fixed_box(), get(), is_null(), manage, manage_copy, release(), and ~fixed_box().