Polly 20.0.0git
|
#include <isl-noexceptions.h>
Public Member Functions | |
aff_list () | |
aff_list (const aff_list &obj) | |
aff_list (isl::ctx ctx, int n) | |
aff_list (isl::aff el) | |
aff_list (isl::ctx ctx, const std::string &str) | |
aff_list & | operator= (aff_list obj) |
~aff_list () | |
__isl_give isl_aff_list * | copy () const & |
__isl_give isl_aff_list * | copy () &&=delete |
__isl_keep isl_aff_list * | get () const |
__isl_give isl_aff_list * | release () |
bool | is_null () const |
isl::ctx | ctx () const |
isl::aff_list | add (isl::aff el) const |
isl::aff | at (int index) const |
isl::aff | get_at (int index) const |
isl::aff_list | clear () const |
isl::aff_list | concat (isl::aff_list list2) const |
isl::aff_list | drop (unsigned int first, unsigned int n) const |
stat | foreach (const std::function< stat(isl::aff)> &fn) const |
isl::aff_list | insert (unsigned int pos, isl::aff el) const |
class size | size () const |
Protected Member Functions | |
aff_list (__isl_take isl_aff_list *ptr) | |
Protected Attributes | |
isl_aff_list * | ptr = nullptr |
Friends | |
aff_list | manage (__isl_take isl_aff_list *ptr) |
aff_list | manage_copy (__isl_keep isl_aff_list *ptr) |
Definition at line 520 of file isl-noexceptions.h.
|
inlineexplicitprotected |
Definition at line 5860 of file isl-noexceptions.h.
|
inline |
Definition at line 5851 of file isl-noexceptions.h.
|
inline |
Definition at line 5854 of file isl-noexceptions.h.
|
inlineexplicit |
Definition at line 5863 of file isl-noexceptions.h.
References n, ptr, isl::ctx::release(), and res.
|
inlineexplicit |
Definition at line 5869 of file isl-noexceptions.h.
References ptr, isl::aff::release(), and res.
|
inlineexplicit |
Definition at line 5875 of file isl-noexceptions.h.
References ptr, isl::ctx::release(), res, and str.
|
inline |
Definition at line 5886 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 5913 of file isl-noexceptions.h.
References copy(), manage, isl::aff::release(), and res.
|
inline |
|
inline |
Definition at line 5930 of file isl-noexceptions.h.
|
inline |
|
inlinedelete |
|
inline |
|
inline |
Definition at line 5909 of file isl-noexceptions.h.
References ptr.
|
inline |
|
inline |
|
inline |
Definition at line 5925 of file isl-noexceptions.h.
References at().
|
inline |
Definition at line 5962 of file isl-noexceptions.h.
References copy(), manage, pos(), isl::aff::release(), and res.
|
inline |
Definition at line 5905 of file isl-noexceptions.h.
References ptr.
Definition at line 5881 of file isl-noexceptions.h.
References obj.
|
inline |
Definition at line 5899 of file isl-noexceptions.h.
References ptr.
Referenced by concat(), isl::space::multi_aff(), and isl::multi_aff::multi_aff().
|
inline |
Definition at line 5968 of file isl-noexceptions.h.
|
friend |
|
friend |
Definition at line 5846 of file isl-noexceptions.h.
|
protected |
Definition at line 525 of file isl-noexceptions.h.
Referenced by aff_list(), copy(), ctx(), get(), is_null(), release(), and ~aff_list().