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

Public Types

typedef dw_loc_list_struct value_type
typedef dw_loc_list_struct compare_type

Static Public Member Functions

static hashval_t hash (const value_type *)
static bool equal (const value_type *, const compare_type *)
static void remove (dw_loc_list_struct *p)

Detailed Description

   Hashtable helpers.  

Member Typedef Documentation


Member Function Documentation

bool loc_list_hasher::equal ( const value_type a,
const compare_type b 
)
inlinestatic
   Return true if location lists A and B are the same.  
hashval_t loc_list_hasher::hash ( const value_type x)
inlinestatic
   Return precomputed hash of location list X.  
static void typed_noop_remove< dw_loc_list_struct >::remove ( dw_loc_list_struct p)
inlinestaticinherited
   Remove doing nothing.  

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