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

Public Types

typedef constant_descriptor_rtx_datavalue_type
 
typedef constant_descriptor_rtx_datacompare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

◆ value_type

Member Function Documentation

◆ equal() [1/2]

◆ equal() [2/2]

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

◆ hash() [1/2]

hashval_t const_rtx_data_hasher::hash ( constant_descriptor_rtx_data * data)
static
Hash and compare functions for const_rtx_data_htab.   

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

◆ mark_deleted()

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

◆ mark_empty()

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< constant_descriptor_rtx_data >::empty_zero_p
staticinherited

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