GCC Middle and Back End API Reference
|
Public Types | |
typedef ttypes_filter * | value_type |
typedef ttypes_filter * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const ttypes_filter *) |
static bool | equal (const ttypes_filter *, const ttypes_filter *) |
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 ehspec hashing.
|
inherited |
|
inherited |
|
inlinestatic |
Compare ENTRY with DATA (both struct ttypes_filter) for a @TTypes exception specification list we are thinking about adding.
??? Currently we use the type lists in the order given. Someone should put these in some canonical order.
References ttypes_filter::t, and type_list_equal().
|
inlinestaticinherited |
|
inlinestatic |
Hash function for exception specification lists.
References ttypes_filter::t, TREE_CHAIN, TREE_HASH, and TREE_VALUE.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove with free.
|
staticinherited |