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

Public Types

typedef tree compare_type
 
typedef die_nodevalue_type
 

Static Public Member Functions

static hashval_t hash (die_node *)
 
static bool equal (die_node *, tree)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (die_node *&)
 
static void mark_empty (die_node *&)
 
static bool is_deleted (die_node *)
 
static bool is_empty (die_node *)
 
static void remove (die_node *&)
 
static void ggc_mx (die_node *&p)
 
static void ggc_maybe_mx (die_node *&p)
 
static void pch_nx (die_node *&p)
 
static void pch_nx (die_node *&p, gt_pointer_operator op, void *cookie)
 

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

◆ value_type

typedef die_node* pointer_hash< die_node >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool decl_die_hasher::equal ( die_node * x,
tree y )
inlinestatic
Return true if decl_id of die_struct X is the same as UID of decl *Y.   

References die_struct::decl_id, DECL_UID, and y.

◆ equal() [2/2]

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

◆ ggc_maybe_mx()

static void ggc_remove< die_node * >::ggc_maybe_mx ( die_node * & p)
inlinestaticinherited

◆ ggc_mx()

static void ggc_remove< die_node * >::ggc_mx ( die_node * & p)
inlinestaticinherited

◆ hash() [1/2]

hashval_t decl_die_hasher::hash ( die_node * x)
inlinestatic
Returns a hash value for X (which really is a die_struct).   

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

static void ggc_remove< die_node * >::pch_nx ( die_node * & p)
inlinestaticinherited

◆ pch_nx() [2/2]

static void ggc_remove< die_node * >::pch_nx ( die_node * & p,
gt_pointer_operator op,
void * cookie )
inlinestaticinherited

◆ remove()

static void ggc_remove< die_node * >::remove ( die_node * & )
inlinestaticinherited

Field Documentation

◆ empty_zero_p

const bool pointer_hash< die_node >::empty_zero_p
staticinherited

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