Polly 20.0.0git
|
Go to the source code of this file.
Macros | |
#define | xCAT(A, B) A ## B |
#define | CAT(A, B) xCAT(A,B) |
#define | TYPE CAT(isl_,BASE) |
#define | xFN(TYPE, NAME) TYPE ## _ ## NAME |
#define | FN(TYPE, NAME) xFN(TYPE,NAME) |
#define | TESTS CAT(parse_,CAT(BASE,_fail_tests)) |
Functions | |
static isl_stat | FN (check, TESTS) |
Definition at line 15 of file check_parse_fail_test_templ.c.
Definition at line 18 of file check_parse_fail_test_templ.c.
Definition at line 13 of file check_parse_fail_test_templ.c.
Definition at line 14 of file check_parse_fail_test_templ.c.
Definition at line 23 of file check_parse_fail_test_templ.c.
References ARRAY_SIZE, FN, isl_die, isl_error_unknown, ISL_ON_ERROR_CONTINUE, isl_options_get_on_error(), isl_options_set_on_error(), isl_stat_error, isl_stat_ok, n, obj, on_error, TESTS, and TYPE.