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 | 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) TYPE ## _ ## NAME |
#define | FN(TYPE, NAME) xFN(TYPE,NAME) |
Functions | |
__isl_give UNION * | FN (FN(UNION, from), BASE) |
Definition at line 4 of file isl_union_pw_templ.c.
Definition at line 14 of file isl_union_pw_templ.c.
Definition at line 8 of file isl_union_pw_templ.c.
Definition at line 6 of file isl_union_pw_templ.c.
#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.
Definition at line 13 of file isl_union_pw_templ.c.
__isl_give UNION * FN | ( | FN(UNION, from) | , |
BASE | |||
) |