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

Public Types

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

Member Typedef Documentation


Member Function Documentation

bool invariant_expr_hasher::equal ( const value_type entry1,
const compare_type entry2 
)
inlinestatic
   Compares invariant expression entries ENTRY1 and ENTRY2.  
hashval_t invariant_expr_hasher::hash ( const value_type entry)
inlinestatic
   Returns hash value for invariant expression entry ENTRY.  
static void typed_free_remove< invariant_expr_entry >::remove ( invariant_expr_entry p)
inlinestaticinherited
   Remove with free.  

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