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

Public Types

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

Detailed Description

   Helpers to manipulate hash table of comdat type units.  

Member Typedef Documentation


Member Function Documentation

bool comdat_type_hasher::equal ( const value_type type_node_1,
const compare_type type_node_2 
)
inlinestatic

References targetm.

hashval_t comdat_type_hasher::hash ( const value_type type_node)
inlinestatic
static void typed_noop_remove< comdat_type_node >::remove ( comdat_type_node p)
inlinestaticinherited
   Remove doing nothing.  

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