|
Polly 23.0.0git
|
#include <cpp-checked.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 51 of file cpp-checked.h.
|
inlineprivate |
|
inline |
Definition at line 62 of file cpp-checked.h.
References isl_bool_error, and val.
Referenced by isl::boolean::error(), error(), isl::boolean::operator!(), and operator!().
|
inline |
Definition at line 65 of file cpp-checked.h.
References isl_bool_false, isl_bool_true, and val.
|
inlinestatic |
Definition at line 59 of file cpp-checked.h.
References boolean(), and isl_bool_error.
|
inline |
Definition at line 75 of file cpp-checked.h.
References check, isl_bool_error, and val.
Referenced by isl::boolean::operator bool(), operator bool(), test_every(), and test_return_bool().
|
inline |
Definition at line 76 of file cpp-checked.h.
References check, isl_bool_false, and val.
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 77 of file cpp-checked.h.
References check, isl_bool_true, and val.
Referenced by polly::ZoneAlgorithm::getWrittenValue(), polly::ZoneAlgorithm::isNormalized(), polly::ZoneAlgorithm::isNormalized(), isl::boolean::operator bool(), operator bool(), and test_return_bool().
|
inline |
Definition at line 85 of file cpp-checked.h.
References isl_bool_false, isl_bool_true, and val.
Referenced by isl::boolean::operator!(), and operator!().
|
inlineexplicit |
Definition at line 79 of file cpp-checked.h.
References check, is_error(), is_true(), and ISLPP_ASSERT.
|
inline |
Definition at line 93 of file cpp-checked.h.
|
inline |
Definition at line 68 of file cpp-checked.h.
References check, isl_bool_error, and val.
Definition at line 98 of file cpp-checked.h.
Definition at line 53 of file cpp-checked.h.
Referenced by is_error(), is_false(), is_true(), operator bool(), and release().
|
private |
Definition at line 54 of file cpp-checked.h.
Referenced by boolean(), boolean(), boolean(), is_error(), is_false(), is_true(), manage, negate(), and release().