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

Public Types

typedef constant_descriptor_rtxvalue_type
 
typedef constant_descriptor_rtxcompare_type
 

Static Public Member Functions

static hashval_t hash (constant_descriptor_rtx *)
 
static bool equal (constant_descriptor_rtx *, constant_descriptor_rtx *)
 
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 *&)
 
static void mark_empty (constant_descriptor_rtx *&)
 
static bool is_deleted (constant_descriptor_rtx *)
 
static bool is_empty (constant_descriptor_rtx *)
 
static void remove (constant_descriptor_rtx *&)
 
static void ggc_mx (constant_descriptor_rtx *&p)
 
static void ggc_maybe_mx (constant_descriptor_rtx *&p)
 
static void pch_nx (constant_descriptor_rtx *&p)
 
static void pch_nx (constant_descriptor_rtx *&p, gt_pointer_operator op, void *cookie)
 

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

typedef constant_descriptor_rtx* pointer_hash< constant_descriptor_rtx >::compare_type
inherited

◆ value_type

Member Function Documentation

◆ equal() [1/2]

◆ equal() [2/2]

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

◆ ggc_maybe_mx()

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

◆ ggc_mx()

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

◆ hash() [1/2]

hashval_t const_rtx_desc_hasher::hash ( constant_descriptor_rtx * desc)
static
Hash and compare functions for const_rtx_htab.   

References constant_descriptor_rtx::hash.

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

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

◆ pch_nx() [2/2]

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< constant_descriptor_rtx >::empty_zero_p
staticinherited

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