Polly 20.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.
|
inline |
Definition at line 10081 of file isl-noexceptions.h.
|
inline |
Definition at line 10084 of file isl-noexceptions.h.
|
inline |
Definition at line 10098 of file isl-noexceptions.h.
References isl_fixed_box_free(), and ptr.
|
inlinedelete |
|
inline |
Definition at line 10103 of file isl-noexceptions.h.
References isl_fixed_box_copy(), and ptr.
|
inline |
Definition at line 10121 of file isl-noexceptions.h.
References isl_fixed_box_get_ctx(), and ptr.
|
inline |
Definition at line 10107 of file isl-noexceptions.h.
References ptr.
Referenced by is_valid(), offset(), size(), and space().
|
inline |
Definition at line 10137 of file isl-noexceptions.h.
References offset().
|
inline |
Definition at line 10148 of file isl-noexceptions.h.
References size().
|
inline |
Definition at line 10159 of file isl-noexceptions.h.
References space().
|
inline |
Definition at line 10117 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 10125 of file isl-noexceptions.h.
References get(), isl_fixed_box_is_valid(), manage, and res.
|
inline |
Definition at line 10131 of file isl-noexceptions.h.
References get(), isl_fixed_box_get_offset(), manage, and res.
Referenced by get_offset().
Definition at line 10093 of file isl-noexceptions.h.
References obj.
|
inline |
Definition at line 10111 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 10142 of file isl-noexceptions.h.
References get(), isl_fixed_box_get_size(), manage, and res.
Referenced by get_size().
|
inline |
Definition at line 10153 of file isl-noexceptions.h.
References get(), isl_fixed_box_get_space(), manage, and res.
Referenced by get_space().
|
friend |
Definition at line 10073 of file isl-noexceptions.h.
Referenced by is_valid(), offset(), size(), and space().
|
friend |
Definition at line 10076 of file isl-noexceptions.h.
|
protected |
Definition at line 1919 of file isl-noexceptions.h.
Referenced by copy(), ctx(), fixed_box(), get(), is_null(), release(), and ~fixed_box().