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

Public Types

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

Detailed Description

   Reduction info hashtable helpers.  

Member Typedef Documentation


Member Function Documentation

bool reduction_hasher::equal ( const value_type a,
const compare_type b 
)
inlinestatic
   Equality and hash functions for hashtab code.  

References reduction_info::reduc_version.

hashval_t reduction_hasher::hash ( const value_type a)
inlinestatic
static void typed_free_remove< reduction_info >::remove ( reduction_info p)
inlinestaticinherited
   Remove with free.  

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