GCC Middle and Back End API Reference
|
Public Types | |
typedef tree_node * | value_type |
typedef tree_node * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (tree t) |
static bool | equal (tree x, tree y) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (tree_node *&) |
static void | mark_empty (tree_node *&) |
static bool | is_deleted (tree_node *) |
static bool | is_empty (tree_node *) |
static void | ggc_maybe_mx (tree_node *&) |
static int | keep_cache_entry (tree_node *&e) |
static void | remove (tree_node *&) |
static void | ggc_mx (tree_node *&p) |
static void | pch_nx (tree_node *&p) |
static void | pch_nx (tree_node *&p, gt_pointer_operator op, void *cookie) |
Static Public Attributes | |
static const bool | empty_zero_p |
|
inherited |
|
inherited |
Return nonzero if the value represented by *X (an INTEGER_CST tree node) is the same as that given by *Y, which is the same.
References i, TREE_INT_CST_ELT, TREE_INT_CST_EXT_NUNITS, TREE_INT_CST_NUNITS, TREE_TYPE, and y.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
static |
These are the hash table functions for the hash table of INTEGER_CST nodes of a sizetype.
Return the hash code X, an INTEGER_CST.
References i, iterative_hash_host_wide_int(), TREE_INT_CST_ELT, TREE_INT_CST_NUNITS, TREE_TYPE, and TYPE_UID.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
staticinherited |