Polly 20.0.0git
|
#include <isl_point_private.h>
Public Attributes | |
int | ref |
isl_space * | dim |
struct isl_vec * | vec |
Definition at line 8 of file isl_point_private.h.
isl_space* isl_point::dim |
Definition at line 10 of file isl_point_private.h.
Referenced by isl_point_alloc(), and isl_point_zero().
int isl_point::ref |
Definition at line 9 of file isl_point_private.h.
Referenced by isl_point_alloc(), and isl_point_copy().
struct isl_vec* isl_point::vec |
Definition at line 11 of file isl_point_private.h.
Referenced by isl_point_alloc(), isl_point_reorder(), isl_point_restore_vec(), isl_point_take_vec(), isl_point_zero(), and print_coordinate().