Home
last modified time | relevance | path

Searched refs:TREE_HASH (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexcept.cc726 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()
Dtree.h460 #define TREE_HASH(NODE) ((size_t) (NODE) & 0777777) macro
5647 return TREE_HASH (t); in hash()
DChangeLog-200439177 (TREE_HASH): New macro with old definition of TYPE_HASH.
39183 * except.c: s/TYPE_HASH/TREE_HASH/.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtree.cc2190 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()
DChangeLog-20045828 * tree.c (list_hash_pieces): s/TYPE_HASH/TREE_HASH/.