Polly 20.0.0git
|
#include <isl-noexceptions.h>
Public Member Functions | |
boolean () | |
boolean (bool val) | |
isl_bool | release () |
bool | is_error () const |
bool | is_false () const |
bool | is_true () const |
operator bool () const | |
boolean | negate () |
boolean | operator! () const |
Static Public Member Functions | |
static boolean | error () |
Private Member Functions | |
boolean (isl_bool val) | |
Private Attributes | |
std::shared_ptr< checker > | check = std::make_shared<checker>() |
isl_bool | val |
Friends | |
boolean | manage (isl_bool val) |
Definition at line 48 of file isl-noexceptions.h.
|
inlineprivate |
Definition at line 54 of file isl-noexceptions.h.
|
inline |
Definition at line 59 of file isl-noexceptions.h.
Referenced by error(), and operator!().
|
inline |
Definition at line 62 of file isl-noexceptions.h.
|
inlinestatic |
Definition at line 56 of file isl-noexceptions.h.
References boolean(), and isl_bool_error.
Referenced by test_every().
|
inline |
Definition at line 72 of file isl-noexceptions.h.
References check, and isl_bool_error.
Referenced by operator bool(), test_every(), and test_return_bool().
|
inline |
Definition at line 73 of file isl-noexceptions.h.
References check, and isl_bool_false.
Referenced by polly::ZoneAlgorithm::computeNormalizedPHIs(), polly::ZoneAlgorithm::computePerPHI(), polly::BlockGenerator::generateBeginStmtTrace(), polly::Scop::hasFeasibleRuntimeContext(), isMapToUnknown(), polly::MemoryAccess::setNewAccessRelation(), and test_return_bool().
|
inline |
Definition at line 74 of file isl-noexceptions.h.
References check, and isl_bool_true.
Referenced by polly::ZoneAlgorithm::getWrittenValue(), polly::ZoneAlgorithm::isNormalized(), operator bool(), and test_return_bool().
|
inline |
Definition at line 82 of file isl-noexceptions.h.
References isl_bool_false, and isl_bool_true.
|
inline |
Definition at line 76 of file isl-noexceptions.h.
References is_error(), is_true(), and ISLPP_ASSERT.
|
inline |
Definition at line 90 of file isl-noexceptions.h.
References boolean().
|
inline |
Definition at line 65 of file isl-noexceptions.h.
References check, isl_bool_error, and val.
Definition at line 95 of file isl-noexceptions.h.
Definition at line 50 of file isl-noexceptions.h.
Referenced by is_error(), is_false(), is_true(), and release().
|
private |
Definition at line 51 of file isl-noexceptions.h.
Referenced by release().