GCC Middle and Back End API Reference
|
Public Types | |
typedef void * | compare_type |
typedef ptr_data * | value_type |
Static Public Member Functions | |
static hashval_t | hash (const ptr_data *) |
static bool | equal (const ptr_data *, const void *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (ptr_data *&) |
static void | mark_empty (ptr_data *&) |
static bool | is_deleted (ptr_data *) |
static bool | is_empty (ptr_data *) |
static void | remove (ptr_data *p) |
Static Public Attributes | |
static const bool | empty_zero_p |
Helper for hashing saving_htab.
|
inherited |
|
inlinestaticinherited |
References ptr_data::obj.
|
inlinestaticinherited |
|
inlinestatic |
References ptr_data::obj, and POINTER_HASH.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove with free.
|
staticinherited |