GCC Middle and Back End API Reference
gimplify_hasher Struct Reference
Inheritance diagram for gimplify_hasher:
Collaboration diagram for gimplify_hasher:

Public Types

typedef elt_tvalue_type
 
typedef elt_tcompare_type
 

Static Public Member Functions

static hashval_t hash (const elt_t *)
 
static bool equal (const elt_t *, const elt_t *)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (elt_t *&)
 
static void mark_empty (elt_t *&)
 
static bool is_deleted (elt_t *)
 
static bool is_empty (elt_t *)
 
static void remove (elt_t *p)
 

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

Gimplify hashtable helper.   

Member Typedef Documentation

◆ compare_type

typedef elt_t* pointer_hash< elt_t >::compare_type
inherited

◆ value_type

typedef elt_t* pointer_hash< elt_t >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool gimplify_hasher::equal ( const elt_t * p1,
const elt_t * p2 )
inlinestatic

◆ equal() [2/2]

bool pointer_hash< elt_t >::equal ( const value_type & existing,
const compare_type & candidate )
inlinestaticinherited

◆ hash() [1/2]

hashval_t gimplify_hasher::hash ( const elt_t * p)
inlinestatic

◆ hash() [2/2]

hashval_t pointer_hash< elt_t >::hash ( const value_type & candidate)
inlinestaticinherited

◆ is_deleted()

bool pointer_hash< elt_t >::is_deleted ( elt_t * e)
inlinestaticinherited

◆ is_empty()

bool pointer_hash< elt_t >::is_empty ( elt_t * e)
inlinestaticinherited

◆ mark_deleted()

void pointer_hash< elt_t >::mark_deleted ( elt_t *& e)
inlinestaticinherited

◆ mark_empty()

void pointer_hash< elt_t >::mark_empty ( elt_t *& e)
inlinestaticinherited

◆ remove()

void typed_free_remove< elt_t >::remove ( elt_t * p)
inlinestaticinherited
Remove with free.   

Field Documentation

◆ empty_zero_p

const bool pointer_hash< elt_t >::empty_zero_p
staticinherited

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