Polly 19.0.0git
Macros
isl_multi_macro.h File Reference
#include <isl_list_macro.h>

Go to the source code of this file.

Macros

#define EL_BASE   BASE
 
#define xMULTI(BASE)   isl_multi_ ## BASE
 
#define MULTI(BASE)   xMULTI(BASE)
 
#define DOM   CAT(isl_,DOMBASE)
 

Macro Definition Documentation

◆ DOM

#define DOM   CAT(isl_,DOMBASE)

Definition at line 8 of file isl_multi_macro.h.

◆ EL_BASE

#define EL_BASE   BASE

Definition at line 2 of file isl_multi_macro.h.

◆ MULTI

__isl_give MULTI (   BASE)    xMULTI(BASE)

Definition at line 6 of file isl_multi_macro.h.

Referenced by FN(), LIST(), and MULTI().

◆ xMULTI

#define xMULTI (   BASE)    isl_multi_ ## BASE

Definition at line 5 of file isl_multi_macro.h.