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

Public Types

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

Detailed Description

   Helpers to manipulate hash table of copied declarations.  
   Hashtable helpers.  

Member Typedef Documentation


Member Function Documentation

bool decl_table_entry_hasher::equal ( const value_type entry1,
const compare_type entry2 
)
inlinestatic
hashval_t decl_table_entry_hasher::hash ( const value_type entry)
inlinestatic
static void typed_free_remove< decl_table_entry >::remove ( decl_table_entry p)
inlinestaticinherited
   Remove with free.  

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