Polly 22.0.0git
|
Go to the source code of this file.
Macros | |
#define | xCAT(A, B) |
#define | CAT(A, B) |
#define | EL CAT(isl_,BASE) |
#define | PW_BASE CAT(pw_,BASE) |
#define | PW CAT(isl_,PW_BASE) |
#define | UNION_BASE CAT(union_,PW_BASE) |
#define | UNION CAT(isl_,UNION_BASE) |
#define | xFN(TYPE, NAME) |
#define | FN(TYPE, NAME) |
Functions | |
__isl_give UNION * | FN (FN(UNION, from), BASE) |
Definition at line 2 of file isl_union_pw_templ.c.
Definition at line 4 of file isl_union_pw_templ.c.
#define FN | ( | TYPE, | |
NAME ) |
Definition at line 8 of file isl_union_pw_templ.c.
Definition at line 6 of file isl_union_pw_templ.c.
Referenced by FN().
#define UNION CAT(isl_,UNION_BASE) |
Definition at line 12 of file isl_union_pw_templ.c.
Definition at line 10 of file isl_union_pw_templ.c.
#define xFN | ( | TYPE, | |
NAME ) |
Definition at line 13 of file isl_union_pw_templ.c.
__isl_give UNION * FN | ( | FN(UNION, from) | , |
BASE | ) |
Definition at line 19 of file isl_union_pw_templ.c.
References __isl_give, __isl_take, BASE, EL, FN, PW, PW_BASE, and UNION.