|
Polly 23.0.0git
|
#include <cpp-checked.h>
Public Member Functions | |
| union_flow () | |
| union_flow (const union_flow &obj) | |
| union_flow & | operator= (union_flow obj) |
| ~union_flow () | |
| __isl_give isl_union_flow * | copy () const & |
| __isl_give isl_union_flow * | copy () &&=delete |
| __isl_keep isl_union_flow * | get () const |
| __isl_give isl_union_flow * | release () |
| bool | is_null () const |
| isl::checked::ctx | ctx () const |
| isl::checked::union_map | full_may_dependence () const |
| isl::checked::union_map | get_full_may_dependence () const |
| isl::checked::union_map | full_must_dependence () const |
| isl::checked::union_map | get_full_must_dependence () const |
| isl::checked::union_map | may_dependence () const |
| isl::checked::union_map | get_may_dependence () const |
| isl::checked::union_map | may_no_source () const |
| isl::checked::union_map | get_may_no_source () const |
| isl::checked::union_map | must_dependence () const |
| isl::checked::union_map | get_must_dependence () const |
| isl::checked::union_map | must_no_source () const |
| isl::checked::union_map | get_must_no_source () const |
Protected Member Functions | |
| union_flow (__isl_take isl_union_flow *ptr) | |
Protected Attributes | |
| isl_union_flow * | ptr = nullptr |
Friends | |
| union_flow | manage (__isl_take isl_union_flow *ptr) |
| union_flow | manage_copy (__isl_keep isl_union_flow *ptr) |
Definition at line 3893 of file cpp-checked.h.
|
inlineexplicitprotected |
Definition at line 18325 of file cpp-checked.h.
References __isl_take, and ptr.
Referenced by manage, manage_copy, operator=(), and union_flow().
|
inline |
Definition at line 18328 of file cpp-checked.h.
References ptr.
|
inline |
Definition at line 18331 of file cpp-checked.h.
References obj, ptr, and union_flow().
|
inline |
Definition at line 18342 of file cpp-checked.h.
References isl_union_flow_free(), and ptr.
|
inlinedelete |
References __isl_give, __isl_keep, __isl_take, copy(), ctx(), full_may_dependence(), full_must_dependence(), get(), get_full_may_dependence(), get_full_must_dependence(), get_may_dependence(), get_may_no_source(), get_must_dependence(), get_must_no_source(), is_null(), manage, manage_copy, may_dependence(), may_no_source(), must_dependence(), must_no_source(), ptr, and release().
|
inline |
Definition at line 18347 of file cpp-checked.h.
References __isl_give, isl_union_flow_copy(), and ptr.
Referenced by copy().
|
inline |
Definition at line 18365 of file cpp-checked.h.
References isl_union_flow_get_ctx(), and ptr.
Referenced by copy().
|
inline |
Definition at line 18369 of file cpp-checked.h.
References get(), isl_union_flow_get_full_may_dependence(), manage, and res.
Referenced by copy(), and get_full_may_dependence().
|
inline |
Definition at line 18380 of file cpp-checked.h.
References get(), isl_union_flow_get_full_must_dependence(), manage, and res.
Referenced by copy(), and get_full_must_dependence().
|
inline |
Definition at line 18351 of file cpp-checked.h.
References __isl_keep, and ptr.
Referenced by copy(), full_may_dependence(), full_must_dependence(), may_dependence(), may_no_source(), must_dependence(), and must_no_source().
|
inline |
Definition at line 18375 of file cpp-checked.h.
References full_may_dependence().
Referenced by copy().
|
inline |
Definition at line 18386 of file cpp-checked.h.
References full_must_dependence().
Referenced by copy().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 18391 of file cpp-checked.h.
References get(), isl_union_flow_get_may_dependence(), manage, and res.
Referenced by copy(), and get_may_dependence().
|
inline |
Definition at line 18402 of file cpp-checked.h.
References get(), isl_union_flow_get_may_no_source(), manage, and res.
Referenced by copy(), and get_may_no_source().
|
inline |
Definition at line 18413 of file cpp-checked.h.
References get(), isl_union_flow_get_must_dependence(), manage, and res.
Referenced by copy(), and get_must_dependence().
|
inline |
Definition at line 18424 of file cpp-checked.h.
References get(), isl_union_flow_get_must_no_source(), manage, and res.
Referenced by copy(), and get_must_no_source().
|
inline |
Definition at line 18337 of file cpp-checked.h.
References obj, and union_flow().
|
inline |
Definition at line 18355 of file cpp-checked.h.
References __isl_give, and ptr.
Referenced by copy().
|
friend |
Definition at line 18317 of file cpp-checked.h.
References __isl_take, ptr, and union_flow().
Referenced by copy(), full_may_dependence(), full_must_dependence(), may_dependence(), may_no_source(), must_dependence(), and must_no_source().
|
friend |
Definition at line 18320 of file cpp-checked.h.
References __isl_keep, isl_union_flow_copy(), ptr, and union_flow().
Referenced by copy().
|
protected |
Definition at line 3898 of file cpp-checked.h.
Referenced by copy(), copy(), ctx(), get(), is_null(), manage, manage_copy, release(), union_flow(), union_flow(), union_flow(), and ~union_flow().