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 vtbl_map_node *) |
static bool | equal (const vtbl_map_node *, const vtbl_map_node *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (struct vtbl_map_node *&) |
static void | mark_empty (struct vtbl_map_node *&) |
static bool | is_deleted (struct vtbl_map_node *) |
static bool | is_empty (struct vtbl_map_node *) |
static void | remove (struct vtbl_map_node *&) |
Static Public Attributes | |
static const bool | empty_zero_p |
End of hashtable functions for "registered" hashtables.
Hashtable definition and functions for vtbl_map_hash.
|
inherited |
|
inherited |
|
inlinestaticinherited |
|
inlinestatic |
Returns nonzero if P1 and P2 are equal.
References vtbl_map_node::class_name, and IDENTIFIER_HASH_VALUE.
|
inlinestaticinherited |
|
inlinestatic |
Returns a hash code for P.
References vtbl_map_node::class_name, and IDENTIFIER_HASH_VALUE.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove doing nothing.
|
staticinherited |