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 | xFN(TYPE, NAME) TYPE ## _ ## NAME |
#define | FN(TYPE, NAME) xFN(TYPE,NAME) |
#define | xLIST(EL) EL ## _list |
#define | LIST(EL) xLIST(EL) |
#define | SET CAT(isl_,SET_BASE) |
#define | EL CAT(isl_,EL_BASE) |
Functions | |
static isl_stat | FN (FN(FN(test_get_list, EL_BASE), from), SET_BASE) |
Definition at line 11 of file isl_test_list_templ.c.
Definition at line 4 of file isl_test_list_templ.c.
Definition at line 6 of file isl_test_list_templ.c.
Definition at line 9 of file isl_test_list_templ.c.
Definition at line 3 of file isl_test_list_templ.c.
Definition at line 5 of file isl_test_list_templ.c.
|
static |
Definition at line 16 of file isl_test_list_templ.c.
References EL, EL_BASE, equal, FN, is_equal(), isl_die, isl_error_unknown, isl_stat_error, isl_stat_ok, LIST, n, set, SET, set2, size, and str.