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

#include <isl_id_private.h>

Public Attributes

int ref
 
isl_ctxctx
 
const char * name
 
void * user
 
uint32_t hash
 
__isl_give void(* free_user )(void *user)
 

Detailed Description

Definition at line 21 of file isl_id_private.h.

Member Data Documentation

◆ ctx

isl_ctx* isl_id::ctx

Definition at line 23 of file isl_id_private.h.

◆ free_user

__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().

◆ hash

uint32_t isl_id::hash

Definition at line 27 of file isl_id_private.h.

◆ name

const char* isl_id::name

Definition at line 25 of file isl_id_private.h.

◆ ref

int isl_id::ref

Definition at line 22 of file isl_id_private.h.

◆ user

void* isl_id::user

Definition at line 26 of file isl_id_private.h.


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