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

Public Types

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

Detailed Description

Oecount hashtable helpers.


Member Typedef Documentation

Note that this hash table stores integers, not pointers. So, observe the casting in the member functions.


Member Function Documentation

bool oecount_hasher::equal ( const value_type p1,
const compare_type p2 
)
inlinestatic
hashval_t oecount_hasher::hash ( const value_type p)
inlinestatic

Hash function for oecount.

static void typed_noop_remove< void >::remove ( void *  p)
inlinestaticinherited

Remove doing nothing.


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