Polly 20.0.0git
|
#include <isl-noexceptions.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 116 of file isl-noexceptions.h.
|
inlineprivate |
Definition at line 122 of file isl-noexceptions.h.
|
inline |
Definition at line 130 of file isl-noexceptions.h.
|
inlinestatic |
Definition at line 127 of file isl-noexceptions.h.
References isl_stat_error, and stat().
Referenced by polly::getConstant(), and test_foreach().
|
inline |
Definition at line 137 of file isl-noexceptions.h.
References check, and isl_stat_error.
Referenced by polly::getConstant(), and test_foreach().
|
inline |
Definition at line 141 of file isl-noexceptions.h.
References check, and isl_stat_ok.
Referenced by test_foreach().
|
inlinestatic |
Definition at line 124 of file isl-noexceptions.h.
References isl_stat_ok, and stat().
Referenced by polly::applyFullUnroll(), polly::applyPartialUnroll(), foreachPoint(), polly::getConstant(), and test_foreach().
|
inline |
Definition at line 132 of file isl-noexceptions.h.
Definition at line 147 of file isl-noexceptions.h.
Definition at line 118 of file isl-noexceptions.h.
Referenced by is_error(), is_ok(), and release().
|
private |
Definition at line 119 of file isl-noexceptions.h.
Referenced by release().