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

Public Types

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

Detailed Description

vn_constant hashtable helpers.


Member Typedef Documentation


Member Function Documentation

bool vn_constant_hasher::equal ( const value_type vc1,
const compare_type vc2 
)
inlinestatic

Hash table equality function for vn_constant_t.

hashval_t vn_constant_hasher::hash ( const value_type vc1)
inlinestatic

Hash table hash function for vn_constant_t.

static void typed_free_remove< vn_constant_s >::remove ( vn_constant_s p)
inlinestaticinherited

Remove with free.


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