Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDexcept.c1142 return TREE_HASH (TREE_PURPOSE (entry)); in t2r_hash()
1151 TREE_HASH (type), INSERT); in add_type_for_runtime()
1165 TREE_HASH (type), NO_INSERT); in lookup_type_for_runtime()
1196 return TREE_HASH (entry->t); in ttypes_filter_hash()
1223 h = (h << 5) + (h >> 27) + TREE_HASH (TREE_VALUE (list)); in ehspec_filter_hash()
1236 htab_find_slot_with_hash (ttypes_hash, type, TREE_HASH (type), INSERT); in add_ttypes_entry()
HDtree.h895 #define TREE_HASH(NODE) ((size_t) (NODE) & 0777777) macro
HDChangeLog-200439177 (TREE_HASH): New macro with old definition of TYPE_HASH.
39183 * except.c: s/TYPE_HASH/TREE_HASH/.
/NextBSD/contrib/gcc/cp/
HDtree.c735 hashcode += TREE_HASH (chain); in list_hash_pieces()
738 hashcode += TREE_HASH (value); in list_hash_pieces()
742 hashcode += TREE_HASH (purpose); in list_hash_pieces()
HDChangeLog-20045828 * tree.c (list_hash_pieces): s/TYPE_HASH/TREE_HASH/.