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

Public Types

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

Detailed Description

   Name copies hashtable helpers.  

Member Typedef Documentation


Member Function Documentation

bool name_to_copy_hasher::equal ( const value_type a,
const compare_type b 
)
inlinestatic
   Equality and hash functions for hashtab code.  
hashval_t name_to_copy_hasher::hash ( const value_type a)
inlinestatic
static void typed_free_remove< name_to_copy_elt >::remove ( name_to_copy_elt p)
inlinestaticinherited
   Remove with free.  

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