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

Public Types

typedef tree compare_type
 
typedef variable_value_structvalue_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

◆ value_type

typedef variable_value_struct* pointer_hash< variable_value_struct >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

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

◆ equal() [2/2]

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

◆ ggc_maybe_mx()

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

◆ ggc_mx()

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

◆ hash() [1/2]

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

◆ hash() [2/2]

hashval_t variable_value_hasher::hash ( variable_value_struct * x)
inlinestatic
Returns a hash value for X (which really is a variable_value_struct).   

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

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

◆ pch_nx() [2/2]

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< variable_value_struct >::empty_zero_p
staticinherited

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