Polly 20.0.0git
|
#include <isl-noexceptions.h>
Public Member Functions | |
size () | |
isl_size | release () |
bool | is_error () const |
operator unsigned () const | |
Private Member Functions | |
size (isl_size val) | |
Private Attributes | |
std::shared_ptr< checker > | check = std::make_shared<checker>() |
isl_size | val |
Friends | |
size | manage (isl_size val) |
Definition at line 154 of file isl-noexceptions.h.
|
inlineprivate |
Definition at line 160 of file isl-noexceptions.h.
|
inline |
Definition at line 162 of file isl-noexceptions.h.
|
inline |
Definition at line 171 of file isl-noexceptions.h.
References check, and isl_size_error.
Referenced by islAssert(), operator unsigned(), and size_val().
|
inlineexplicit |
Definition at line 176 of file isl-noexceptions.h.
References check, is_error(), ISLPP_ASSERT, and val.
|
inline |
Definition at line 164 of file isl-noexceptions.h.
References check, isl_size_error, and val.
Referenced by polly::MemoryAccess::assumeNoOutOfBound(), polly::MemoryAccess::foldAccessRelation(), getEqualAndLarger(), polly::Scop::intersectDefinedBehavior(), and isMapToUnknown().
Definition at line 185 of file isl-noexceptions.h.
Referenced by isl::set::dim(), isl::space::dim(), isl::set::n_basic_set(), isl::schedule_node::n_children(), isl::schedule_node_band::n_member(), isl::schedule_node::schedule_depth(), isl::set_list::size(), isl::union_pw_aff_list::size(), isl::union_set_list::size(), isl::val_list::size(), isl::schedule_node::tree_depth(), and isl::set::tuple_dim().
Definition at line 156 of file isl-noexceptions.h.
Referenced by is_error(), operator unsigned(), and release().
|
private |
Definition at line 157 of file isl-noexceptions.h.
Referenced by operator unsigned(), and release().