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

Public Types

typedef const_tree compare_type
 
typedef cached_dw_loc_listvalue_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

◆ value_type

typedef cached_dw_loc_list* pointer_hash< cached_dw_loc_list >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool dw_loc_list_hasher::equal ( cached_dw_loc_list * x,
const_tree y )
inlinestatic
Return true if decl_id of cached_dw_loc_list X is the same as
UID of decl *Y.   

References cached_dw_loc_list_def::decl_id, DECL_UID, and y.

◆ equal() [2/2]

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

◆ ggc_maybe_mx()

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

◆ ggc_mx()

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

◆ hash() [1/2]

hashval_t dw_loc_list_hasher::hash ( cached_dw_loc_list * x)
inlinestatic
Returns a hash value for X (which really is a cached_dw_loc_list_list).   

References cached_dw_loc_list_def::decl_id.

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

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

◆ pch_nx() [2/2]

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< cached_dw_loc_list >::empty_zero_p
staticinherited

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