|
Polly 23.0.0git
|
#include <cpp-checked.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 162 of file cpp-checked.h.
|
inlineprivate |
|
inline |
Definition at line 170 of file cpp-checked.h.
References isl_size_error, and val.
|
inline |
Definition at line 179 of file cpp-checked.h.
References check, isl_size_error, and val.
Referenced by islAssert(), operator unsigned(), isl::size::operator unsigned(), and size_val().
|
inlineexplicit |
Definition at line 184 of file cpp-checked.h.
References check, is_error(), ISLPP_ASSERT, and val.
|
inline |
Definition at line 172 of file cpp-checked.h.
References check, isl_size_error, and val.
Referenced by getEqualAndLarger().
Definition at line 193 of file cpp-checked.h.
References size(), size, and val.
Referenced by isl::checked::schedule_node::ancestor_child_position(), isl::checked::schedule_node::child_position(), isl::set::dim(), isl::space::dim(), isl::checked::map::domain_tuple_dim(), isl::checked::map::n_basic_map(), isl::checked::set::n_basic_set(), isl::checked::schedule_node::n_children(), isl::checked::schedule_node_band::n_member(), isl::checked::pw_multi_aff::n_piece(), isl::checked::map::range_tuple_dim(), isl::schedule_node::schedule_depth(), isl::checked::ast_node_list::size(), isl::checked::id_list::size(), isl::checked::map_list::size(), isl::checked::multi_aff::size(), isl::checked::multi_id::size(), isl::checked::multi_pw_aff::size(), isl::checked::multi_union_pw_aff::size(), isl::checked::multi_val::size(), isl::checked::pw_aff_list::size(), isl::checked::pw_multi_aff_list::size(), isl::checked::set_list::size(), isl::checked::union_pw_aff_list::size(), isl::checked::union_set_list::size(), isl::checked::val_list::size(), isl::checked::schedule_node::tree_depth(), and isl::checked::set::tuple_dim().
Definition at line 164 of file cpp-checked.h.
Referenced by is_error(), operator unsigned(), and release().
|
private |
Definition at line 165 of file cpp-checked.h.
Referenced by is_error(), manage, operator unsigned(), release(), size(), and size().