Polly 22.0.0git
isl_list_templ.h File Reference

Go to the source code of this file.

Macros

#define xFN(TYPE, NAME)
#define FN(TYPE, NAME)
#define xLIST(EL)
#define LIST(EL)

Functions

__isl_give dup (__isl_keep LIST(EL) *list)

Macro Definition Documentation

◆ FN

#define FN ( TYPE,
NAME )
Value:
xFN(TYPE,NAME)
#define xFN(TYPE, NAME)

Definition at line 2 of file isl_list_templ.h.

◆ LIST

#define LIST ( EL)
Value:
#define EL
#define xLIST(EL)

Definition at line 1 of file isl_list_templ.h.

◆ xFN

#define xFN ( TYPE,
NAME )
Value:
TYPE ## _ ## NAME

Definition at line 1 of file isl_list_templ.h.

◆ xLIST

#define xLIST ( EL)
Value:
EL ## _list

Definition at line 3 of file isl_list_templ.h.

Function Documentation

◆ dup()