13#include <isl/cpp-checked-conversion.h>
22 isl::checked::set checked_set;
27 set = isl::uncheck(checked_set);
29 }
catch (
const isl::exception &e) {
54 isl::checked::set checked_set(ctx,
"{ S[i] : 0 <= i < 10 }");
69 isl::checked::set checked_set;
71 checked_set = isl::check(
set);
72 set2 = isl::uncheck(checked_set);
isl_ctx * isl_ctx_alloc(void)
#define isl_die(ctx, errno, msg, code)
void isl_ctx_free(isl_ctx *ctx)
static void check_conversion_null(isl_ctx *ctx)
static void check_conversion(isl_ctx *ctx)
static void check_conversion_call(isl_ctx *ctx)
static void check_conversion_equal(isl_ctx *ctx)
static void f_unchecked(isl::set set)
static void f_checked(isl::checked::set set)
isl_stat isl_options_set_on_error(isl_ctx *ctx, int val)
#define ISL_ON_ERROR_ABORT