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

Public Types

typedef group_infovalue_type
 
typedef group_infocompare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

Hashtable callbacks for maintaining the "bases" field of
store_group_info, given that the addresses are function invariants.   

Member Typedef Documentation

◆ compare_type

group_info* pointer_hash< group_info >::compare_type
inherited

◆ value_type

group_info* pointer_hash< group_info >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool invariant_group_base_hasher::equal ( const group_info * gi1,
const group_info * gi2 )
inlinestatic

◆ equal() [2/2]

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

◆ hash() [1/2]

hashval_t invariant_group_base_hasher::hash ( const group_info * gi)
inlinestatic

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ remove()

void typed_noop_remove< group_info * >::remove ( group_info * & )
inlinestaticinherited
Remove doing nothing.   

Field Documentation

◆ empty_zero_p

const bool pointer_hash< group_info >::empty_zero_p
staticinherited

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