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

Public Types

typedef die_structvalue_type
 
typedef die_structcompare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

die_struct* pointer_hash< die_struct >::compare_type
inherited

◆ value_type

die_struct* pointer_hash< die_struct >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool block_die_hasher::equal ( die_struct * x,
die_struct * y )
static
Return true if decl_id and die_parent of die_struct X is the same
as decl_id and die_parent of die_struct Y.   

References call_arg_loc_node::tail_call_p.

◆ equal() [2/2]

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

◆ ggc_maybe_mx()

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

◆ ggc_mx()

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

◆ hash() [1/2]

hashval_t block_die_hasher::hash ( die_struct * d)
static
Returns a hash value for X (which really is a die_struct).   

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

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

◆ pch_nx() [2/2]

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< die_struct >::empty_zero_p
staticinherited

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