GCC Middle and Back End API Reference
|
Public Types | |
typedef tree_node * | compare_type |
typedef ttypes_filter * | value_type |
Static Public Member Functions | |
static hashval_t | hash (const ttypes_filter *) |
static bool | equal (const ttypes_filter *, const tree_node *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (ttypes_filter *&) |
static void | mark_empty (ttypes_filter *&) |
static bool | is_deleted (ttypes_filter *) |
static bool | is_empty (ttypes_filter *) |
static void | remove (ttypes_filter *p) |
Static Public Attributes | |
static const bool | empty_zero_p |
Helper for ttypes_filter hashing.
tree_node* ttypes_filter_hasher::compare_type |
|
inherited |
|
inlinestaticinherited |
|
inlinestatic |
Compare ENTRY (a ttypes_filter entry in the hash table) with DATA (a tree) for a @TTypes type node we are thinking about adding.
References ttypes_filter::t.
|
inlinestaticinherited |
|
inlinestatic |
References ttypes_filter::t, and TREE_HASH.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove with free.
|
staticinherited |