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

Public Types

typedef temp_slot_address_entryvalue_type
 
typedef temp_slot_address_entrycompare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

typedef temp_slot_address_entry* pointer_hash< temp_slot_address_entry >::compare_type
inherited

◆ value_type

Member Function Documentation

◆ equal() [1/2]

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

◆ equal() [2/2]

bool temp_address_hasher::equal ( temp_slot_address_entry * t1,
temp_slot_address_entry * t2 )
static
Compare two address -> temp slot mapping entries.   

References temp_slot_address_entry::address, and exp_equiv_p().

◆ ggc_maybe_mx()

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

◆ ggc_mx()

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

◆ hash() [1/2]

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

◆ hash() [2/2]

hashval_t temp_address_hasher::hash ( temp_slot_address_entry * t)
static
Return the hash value for an address -> temp slot mapping.   

References temp_slot_address_entry::hash.

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

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

◆ pch_nx() [2/2]

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< temp_slot_address_entry >::empty_zero_p
staticinherited

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