Polly 19.0.0git
Public Attributes | List of all members
isl_foreach_point Struct Reference

Public Attributes

struct isl_scan_callback callback
 
isl_stat(* fn )(__isl_take isl_point *pnt, void *user)
 
void * user
 
isl_spacedim
 

Detailed Description

Definition at line 558 of file isl_point.c.

Member Data Documentation

◆ callback

struct isl_scan_callback isl_foreach_point::callback

Definition at line 559 of file isl_point.c.

Referenced by isl_set_foreach_point().

◆ dim

isl_space* isl_foreach_point::dim

Definition at line 562 of file isl_point.c.

Referenced by foreach_point(), and isl_set_foreach_point().

◆ fn

isl_stat(* isl_foreach_point::fn) (__isl_take isl_point *pnt, void *user)

Definition at line 560 of file isl_point.c.

Referenced by foreach_point().

◆ user

void* isl_foreach_point::user

Definition at line 561 of file isl_point.c.

Referenced by foreach_point().


The documentation for this struct was generated from the following file: