Polly 20.0.0git
|
#include <stdlib.h>
#include <isl/ctx.h>
#include <isl/options.h>
#include <isl/cpp-checked-conversion.h>
Go to the source code of this file.
Functions | |
static void | check_conversion_null (isl_ctx *ctx) |
static void | f_checked (isl::checked::set set) |
static void | f_unchecked (isl::set set) |
static void | check_conversion_call (isl_ctx *ctx) |
static void | check_conversion_equal (isl_ctx *ctx) |
static void | check_conversion (isl_ctx *ctx) |
int | main () |
|
static |
Definition at line 81 of file isl_test_cpp-checked-conversion.cc.
References check_conversion_call(), check_conversion_equal(), and check_conversion_null().
Referenced by main().
|
static |
Definition at line 51 of file isl_test_cpp-checked-conversion.cc.
References f_checked(), f_unchecked(), and set.
Referenced by check_conversion().
|
static |
Definition at line 65 of file isl_test_cpp-checked-conversion.cc.
References isl_die, isl_error_unknown, set, and set2.
Referenced by check_conversion().
|
static |
Definition at line 20 of file isl_test_cpp-checked-conversion.cc.
References isl_die, isl_error_unknown, and set.
Referenced by check_conversion().
|
static |
Definition at line 38 of file isl_test_cpp-checked-conversion.cc.
Referenced by check_conversion_call().
|
static |
Definition at line 44 of file isl_test_cpp-checked-conversion.cc.
Referenced by check_conversion_call().
int main | ( | ) |
Definition at line 88 of file isl_test_cpp-checked-conversion.cc.
References check_conversion(), isl_ctx_alloc(), isl_ctx_free(), ISL_ON_ERROR_ABORT, and isl_options_set_on_error().