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

Public Types

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

Detailed Description

Helper for pass_registry hash table.


Member Typedef Documentation


Member Function Documentation

bool pass_registry_hasher::equal ( const value_type s1,
const compare_type s2 
)
inlinestatic

Hash equal function

hashval_t pass_registry_hasher::hash ( const value_type s)
inlinestatic

Pass registry hash function.

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

Remove doing nothing.


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