Polly 19.0.0git
Functions
isl_test_cpp-checked-conversion.cc File Reference
#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 ()
 

Function Documentation

◆ check_conversion()

static void check_conversion ( isl_ctx ctx)
static

◆ check_conversion_call()

static void check_conversion_call ( isl_ctx ctx)
static

Definition at line 51 of file isl_test_cpp-checked-conversion.cc.

References f_checked(), f_unchecked(), and set.

Referenced by check_conversion().

◆ check_conversion_equal()

static void check_conversion_equal ( isl_ctx ctx)
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().

◆ check_conversion_null()

static void check_conversion_null ( isl_ctx ctx)
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().

◆ f_checked()

static void f_checked ( isl::checked::set  set)
static

Definition at line 38 of file isl_test_cpp-checked-conversion.cc.

Referenced by check_conversion_call().

◆ f_unchecked()

static void f_unchecked ( isl::set  set)
static

Definition at line 44 of file isl_test_cpp-checked-conversion.cc.

Referenced by check_conversion_call().

◆ main()

int main ( )