|
Polly 23.0.0git
|
#include <cpp-checked.h>
Public Member Functions | |
| stat () | |
| isl_stat | release () |
| bool | is_error () const |
| bool | is_ok () const |
Static Public Member Functions | |
| static stat | ok () |
| static stat | error () |
Private Member Functions | |
| stat (isl_stat val) | |
Private Attributes | |
| std::shared_ptr< checker > | check = std::make_shared<checker>() |
| isl_stat | val |
Friends | |
| stat | manage (isl_stat val) |
Definition at line 124 of file cpp-checked.h.
|
inlineprivate |
|
inline |
Definition at line 138 of file cpp-checked.h.
References isl_stat_error, and val.
Referenced by error(), isl::stat::error(), ok(), and isl::stat::ok().
|
inlinestatic |
Definition at line 135 of file cpp-checked.h.
References isl_stat_error, stat(), and stat().
|
inline |
Definition at line 145 of file cpp-checked.h.
References check, isl_stat_error, and val.
Referenced by polly::getConstant(), and test_foreach().
|
inline |
Definition at line 149 of file cpp-checked.h.
References check, isl_stat_ok, and val.
Referenced by test_foreach().
|
inlinestatic |
Definition at line 132 of file cpp-checked.h.
References isl_stat_ok, stat(), and stat().
|
inline |
Definition at line 140 of file cpp-checked.h.
Definition at line 155 of file cpp-checked.h.
Definition at line 126 of file cpp-checked.h.
Referenced by is_error(), is_ok(), and release().
|
private |
Definition at line 127 of file cpp-checked.h.
Referenced by is_error(), is_ok(), manage, release(), stat(), and stat().