Polly 22.0.0git
isl_multi_dim_id_templ.c File Reference
#include <isl/space.h>
#include <isl_multi_macro.h>

Go to the source code of this file.

Functions

int FN (MULTI(BASE), find_dim_by_name)
int FN (MULTI(BASE), find_dim_by_id)
__isl_give isl_idFN (MULTI(BASE), get_dim_id)
__isl_give MULTI (BASE)

Function Documentation

◆ FN() [1/3]

int FN ( MULTI(BASE) ,
find_dim_by_id  )

Definition at line 30 of file isl_multi_dim_id_templ.c.

References __isl_keep, BASE, id, isl_space_find_dim_by_id(), and type.

◆ FN() [2/3]

int FN ( MULTI(BASE) ,
find_dim_by_name  )

Definition at line 19 of file isl_multi_dim_id_templ.c.

References __isl_keep, BASE, isl_space_find_dim_by_name(), name, and type.

◆ FN() [3/3]

__isl_give isl_id * FN ( MULTI(BASE) ,
get_dim_id  )

Definition at line 40 of file isl_multi_dim_id_templ.c.

References __isl_give, __isl_keep, BASE, isl_space_get_dim_id(), pos(), and type.

◆ MULTI()