Home
last modified time | relevance | path

Searched refs:TYPE_HASH (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree.c3393 hashcode = iterative_hash_object (TYPE_HASH (TREE_TYPE (ntype)), in build_type_attribute_qual_variant()
3403 hashcode = iterative_hash_object (TYPE_HASH (TYPE_DOMAIN (ntype)), in build_type_attribute_qual_variant()
4143 hashcode = iterative_hash_object (TYPE_HASH (TREE_VALUE (tail)), in type_hash_list()
5243 hashcode = iterative_hash_object (TYPE_HASH (elt_type), hashcode); in build_array_type()
5244 hashcode = iterative_hash_object (TYPE_HASH (index_type), hashcode); in build_array_type()
5358 hashcode = iterative_hash_object (TYPE_HASH (basetype), hashcode); in build_method_type_directly()
5359 hashcode = iterative_hash_object (TYPE_HASH (rettype), hashcode); in build_method_type_directly()
5401 hashcode = iterative_hash_object (TYPE_HASH (basetype), hashcode); in build_offset_type()
5402 hashcode = iterative_hash_object (TYPE_HASH (type), hashcode); in build_offset_type()
5425 hashcode = iterative_hash_object (TYPE_HASH (component_type), 0); in build_complex_type()
[all …]
H A Dtree.h891 #define TYPE_HASH(TYPE) (TYPE_UID (TYPE)) macro
H A DChangeLog-200113540 * except.c (TYPE_HASH): Delete.
13545 * tree.c (TYPE_HASH): Delete.
13547 * tree.h (TYPE_HASH): Define.
13846 * except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.
H A DChangeLog-200439176 * tree.h (TYPE_HASH): Use TYPE_UID.
39177 (TREE_HASH): New macro with old definition of TYPE_HASH.
39183 * except.c: s/TYPE_HASH/TREE_HASH/.
H A DChangeLog-199817295 * tree.c (TYPE_HASH): Type of hash val is unsigned long.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-20011074 * tree.c (TYPE_HASH): Moved to ../tree.h.
H A DChangeLog-20045828 * tree.c (list_hash_pieces): s/TYPE_HASH/TREE_HASH/.