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

Public Types

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

Detailed Description

   Candidate hash table helpers.  

Member Typedef Documentation

typedef tree_node uid_decl_hasher::compare_type
typedef tree_node uid_decl_hasher::value_type

Member Function Documentation

bool uid_decl_hasher::equal ( const value_type a,
const compare_type b 
)
inlinestatic
   Return true if the DECL_UID in both trees are equal.  
hashval_t uid_decl_hasher::hash ( const value_type item)
inlinestatic
   Hash a tree in a uid_decl_map.  
static void typed_noop_remove< tree_node >::remove ( tree_node *  p)
inlinestaticinherited
   Remove doing nothing.  

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