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

Public Types

typedef rename_map_elt_s value_type
typedef rename_map_elt_s 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 (rename_map_elt_s *p)

Detailed Description

Hashtable helpers.   

Member Typedef Documentation


Member Function Documentation

bool rename_map_hasher::equal ( const value_type elt1,
const compare_type elt2 
)
inlinestatic
Compares database elements E1 and E2.   

References rename_map_elt_s::old_name.

hashval_t rename_map_hasher::hash ( const value_type elt)
inlinestatic
Computes a hash function for database element ELT.   

References rename_map_elt_s::old_name.

static void typed_free_remove< rename_map_elt_s >::remove ( rename_map_elt_s p)
inlinestaticinherited
Remove with free.   

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