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()

◆ is_empty()

◆ mark_deleted()

◆ mark_empty()

◆ remove()

Remove doing nothing.   

Field Documentation

◆ empty_zero_p


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