Polly 20.0.0git
|
#include <isl-noexceptions.h>
Public Member Functions | |
ast_node_list () | |
ast_node_list (const ast_node_list &obj) | |
ast_node_list (isl::ctx ctx, int n) | |
ast_node_list (isl::ast_node el) | |
ast_node_list & | operator= (ast_node_list obj) |
~ast_node_list () | |
__isl_give isl_ast_node_list * | copy () const & |
__isl_give isl_ast_node_list * | copy () &&=delete |
__isl_keep isl_ast_node_list * | get () const |
__isl_give isl_ast_node_list * | release () |
bool | is_null () const |
isl::ctx | ctx () const |
isl::ast_node_list | add (isl::ast_node el) const |
isl::ast_node | at (int index) const |
isl::ast_node | get_at (int index) const |
isl::ast_node_list | clear () const |
isl::ast_node_list | concat (isl::ast_node_list list2) const |
isl::ast_node_list | drop (unsigned int first, unsigned int n) const |
stat | foreach (const std::function< stat(isl::ast_node)> &fn) const |
isl::ast_node_list | insert (unsigned int pos, isl::ast_node el) const |
class size | size () const |
Protected Member Functions | |
ast_node_list (__isl_take isl_ast_node_list *ptr) | |
Protected Attributes | |
isl_ast_node_list * | ptr = nullptr |
Friends | |
ast_node_list | manage (__isl_take isl_ast_node_list *ptr) |
ast_node_list | manage_copy (__isl_keep isl_ast_node_list *ptr) |
Definition at line 1343 of file isl-noexceptions.h.
|
inlineexplicitprotected |
Definition at line 7668 of file isl-noexceptions.h.
|
inline |
Definition at line 7659 of file isl-noexceptions.h.
|
inline |
Definition at line 7662 of file isl-noexceptions.h.
|
inlineexplicit |
Definition at line 7671 of file isl-noexceptions.h.
References n, ptr, isl::ctx::release(), and res.
|
inlineexplicit |
Definition at line 7677 of file isl-noexceptions.h.
References ptr, isl::ast_node::release(), and res.
|
inline |
Definition at line 7688 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 7715 of file isl-noexceptions.h.
References copy(), manage, isl::ast_node::release(), and res.
|
inline |
|
inline |
Definition at line 7732 of file isl-noexceptions.h.
|
inline |
|
inlinedelete |
|
inline |
|
inline |
Definition at line 7711 of file isl-noexceptions.h.
References ptr.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 7727 of file isl-noexceptions.h.
References at().
|
inline |
Definition at line 7764 of file isl-noexceptions.h.
References copy(), manage, pos(), isl::ast_node::release(), and res.
|
inline |
Definition at line 7707 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 7683 of file isl-noexceptions.h.
References obj.
|
inline |
|
inline |
Definition at line 7770 of file isl-noexceptions.h.
|
friend |
|
friend |
Definition at line 7654 of file isl-noexceptions.h.
|
protected |
Definition at line 1348 of file isl-noexceptions.h.
Referenced by ast_node_list(), copy(), ctx(), get(), is_null(), release(), and ~ast_node_list().