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

Public Types

typedef tree compare_type
 
typedef inline_entry_datavalue_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

◆ value_type

typedef inline_entry_data* pointer_hash< inline_entry_data >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool inline_entry_data_hasher::equal ( const inline_entry_data * data,
const_tree block )
inlinestatic

◆ equal() [2/2]

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

◆ ggc_maybe_mx()

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

◆ ggc_mx()

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

◆ hash() [1/2]

hashval_t inline_entry_data_hasher::hash ( const inline_entry_data * data)
inlinestatic
Hash table routines for inline_entry_data.   

References die_struct::decl_id, and die_struct::die_parent.

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

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

◆ pch_nx() [2/2]

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< inline_entry_data >::empty_zero_p
staticinherited

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