Polly 19.0.0git
Macros | Functions
check_reparse_test_templ.c File Reference

Go to the source code of this file.

Macros

#define xCAT(A, B)   A ## B
 
#define CAT(A, B)   xCAT(A,B)
 
#define TYPE   CAT(isl_,BASE)
 
#define xFN(TYPE, NAME)   TYPE ## _ ## NAME
 
#define FN(TYPE, NAME)   xFN(TYPE,NAME)
 
#define TESTS   CAT(reparse_,CAT(BASE,_tests))
 

Functions

static isl_stat FN (check, TESTS)
 

Macro Definition Documentation

◆ CAT

#define CAT (   A,
  B 
)    xCAT(A,B)

Definition at line 2 of file check_reparse_test_templ.c.

◆ FN

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

Definition at line 6 of file check_reparse_test_templ.c.

◆ TESTS

#define TESTS   CAT(reparse_,CAT(BASE,_tests))

Definition at line 9 of file check_reparse_test_templ.c.

◆ TYPE

#define TYPE   CAT(isl_,BASE)

Definition at line 4 of file check_reparse_test_templ.c.

◆ xCAT

#define xCAT (   A,
  B 
)    A ## B

Definition at line 1 of file check_reparse_test_templ.c.

◆ xFN

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

Definition at line 5 of file check_reparse_test_templ.c.

Function Documentation

◆ FN()

static isl_stat FN ( check  ,
TESTS   
)
static

Definition at line 16 of file check_reparse_test_templ.c.

References ARRAY_SIZE, BASE, FN, isl_stat_error, isl_stat_ok, obj, TESTS, and TYPE.