Polly 19.0.0git
Macros | Functions
isl_domain_factor_templ.c File Reference

Go to the source code of this file.

Macros

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

Functions

static __isl_give TYPEFN (TYPE, drop_domain)
 
static isl_stat FN (TYPE, check_domain_product)
 
__isl_give TYPEFN (TYPE, domain_factor_domain)
 

Macro Definition Documentation

◆ FN

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

Definition at line 12 of file isl_domain_factor_templ.c.

◆ xFN

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

Definition at line 11 of file isl_domain_factor_templ.c.

Function Documentation

◆ FN() [1/3]

static isl_stat FN ( TYPE  ,
check_domain_product   
)
static

Definition at line 34 of file isl_domain_factor_templ.c.

References FN, isl_die, isl_error_invalid, isl_stat_error, isl_stat_ok, obj, and TYPE.

◆ FN() [2/3]

◆ FN() [3/3]

static __isl_give TYPE * FN ( TYPE  ,
drop_domain   
)
static

Definition at line 17 of file isl_domain_factor_templ.c.

References drop_dims(), FN, isl_die, isl_dim_in, isl_error_invalid, n, obj, and TYPE.