GCC Middle and Back End API Reference
|
Public Types | |
typedef struct vtbl_map_node | value_type |
typedef struct vtbl_map_node | 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 (struct vtbl_map_node *p) |
End of hashtable functions for "registered" hashtables. Hashtable definition and functions for vtbl_map_hash.
typedef struct vtbl_map_node vtbl_map_hasher::compare_type |
typedef struct vtbl_map_node vtbl_map_hasher::value_type |
|
inlinestatic |
Returns nonzero if P1 and P2 are equal.
Referenced by registration_hasher::equal().
|
inlinestatic |
Returns a hash code for P.
Referenced by registration_hasher::equal().
|
inlinestaticinherited |
Remove doing nothing.