Polly 20.0.0git
|
#include <isl_id_private.h>
Public Attributes | |
int | ref |
isl_ctx * | ctx |
const char * | name |
void * | user |
uint32_t | hash |
__isl_give void(* | free_user )(void *user) |
Definition at line 21 of file isl_id_private.h.
isl_ctx* isl_id::ctx |
Definition at line 23 of file isl_id_private.h.
__isl_give void(* isl_id::free_user) (void *user) |
Definition at line 29 of file isl_id_private.h.
Referenced by isl_id_set_free_user().
uint32_t isl_id::hash |
Definition at line 27 of file isl_id_private.h.
const char* isl_id::name |
Definition at line 25 of file isl_id_private.h.
int isl_id::ref |
Definition at line 22 of file isl_id_private.h.
void* isl_id::user |
Definition at line 26 of file isl_id_private.h.