Searched refs:TREE_HASH (Results 1 – 5 of 5) sorted by relevance
726 return TREE_HASH (entry->t); in hash()760 h = (h << 5) + (h >> 27) + TREE_HASH (TREE_VALUE (list)); in hash()775 slot = ttypes_hash->find_slot_with_hash (type, (hashval_t) TREE_HASH (type), in add_ttypes_entry()
460 #define TREE_HASH(NODE) ((size_t) (NODE) & 0777777) macro5647 return TREE_HASH (t); in hash()
39177 (TREE_HASH): New macro with old definition of TYPE_HASH.39183 * except.c: s/TYPE_HASH/TREE_HASH/.
2190 hashcode += TREE_HASH (chain); in list_hash_pieces()2193 hashcode += TREE_HASH (value); in list_hash_pieces()2197 hashcode += TREE_HASH (purpose); in list_hash_pieces()
5828 * tree.c (list_hash_pieces): s/TYPE_HASH/TREE_HASH/.