|
Polly 23.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.
References val.
|
inline |
Definition at line 162 of file isl-noexceptions.h.
References isl_size_error, and val.
|
inline |
Definition at line 171 of file isl-noexceptions.h.
References check, isl_size_error, and val.
|
inlineexplicit |
Definition at line 176 of file isl-noexceptions.h.
References check, isl::checked::size::is_error(), ISLPP_ASSERT, and val.
|
inline |
Definition at line 164 of file isl-noexceptions.h.
References check, isl_size_error, and val.
Definition at line 193 of file cpp-checked.h.
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 is_error(), operator unsigned(), release(), size(), and size().