|
Polly 22.0.0git
|
Public Attributes | |
| struct isl_scan_callback | callback |
| isl_stat(* | fn )(__isl_take isl_point *pnt, void *user) |
| void * | user |
| isl_space * | dim |
Definition at line 558 of file isl_point.c.
| struct isl_scan_callback isl_foreach_point::callback |
Definition at line 559 of file isl_point.c.
Referenced by isl_set_foreach_point().
| isl_space* isl_foreach_point::dim |
Definition at line 562 of file isl_point.c.
Referenced by foreach_point(), and isl_set_foreach_point().
| 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().
| void* isl_foreach_point::user |
Definition at line 561 of file isl_point.c.
Referenced by foreach_point().