Searched refs:TYPE_HASH (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree.c | 2552 hashcode = (TYPE_HASH (TREE_CODE (ntype)) 2553 + TYPE_HASH (TREE_TYPE (ntype)) 2559 hashcode += TYPE_HASH (TYPE_ARG_TYPES (ntype)); 2562 hashcode += TYPE_HASH (TYPE_DOMAIN (ntype)); 2565 hashcode += TYPE_HASH (TYPE_MAX_VALUE (ntype)); 2568 hashcode += TYPE_HASH (TYPE_PRECISION (ntype)); 2877 hashcode += TYPE_HASH (TREE_VALUE (tail)); 3045 hashcode += TYPE_HASH (TREE_PURPOSE (tail)); 3688 hashcode = TYPE_HASH (elt_type) + TYPE_HASH (index_type); 3737 hashcode = TYPE_HASH (value_type) + type_hash_list (arg_types); [all …]
|
| H A D | except.c | 1433 return TYPE_HASH (TREE_PURPOSE (entry)); 1443 TYPE_HASH (type), INSERT); 1458 TYPE_HASH (type), NO_INSERT); 1492 return TYPE_HASH (entry->t); 1522 h = (h << 5) + (h >> 27) + TYPE_HASH (TREE_VALUE (list)); 1537 htab_find_slot_with_hash (ttypes_hash, type, TYPE_HASH (type), INSERT);
|
| H A D | tree.h | 365 #define TYPE_HASH(TYPE) ((size_t) (TYPE) & 0777777) macro
|
| H A D | ChangeLog.6 | 13540 * 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 D | ChangeLog.0 | 8716 * tree.c (TYPE_HASH): Type of hash val is unsigned long.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | tree.c | 414 hashcode = TYPE_HASH (basetype) + TYPE_HASH (rettype) + 731 hashcode += TYPE_HASH (chain); 734 hashcode += TYPE_HASH (value); 738 hashcode += TYPE_HASH (purpose);
|
| H A D | ChangeLog | 7051 * tree.c (TYPE_HASH): Moved to ../tree.h.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree.c | 3388 hashcode = iterative_hash_object (TYPE_HASH (TREE_TYPE (ntype)), in build_type_attribute_qual_variant() 3398 hashcode = iterative_hash_object (TYPE_HASH (TYPE_DOMAIN (ntype)), in build_type_attribute_qual_variant() 4138 hashcode = iterative_hash_object (TYPE_HASH (TREE_VALUE (tail)), in type_hash_list() 5205 hashcode = iterative_hash_object (TYPE_HASH (elt_type), hashcode); in build_array_type() 5212 hashcode = iterative_hash_object (TYPE_HASH (elt_type), hashcode); in build_array_type() 5213 hashcode = iterative_hash_object (TYPE_HASH (index_type), hashcode); in build_array_type() 5260 hashcode = iterative_hash_object (TYPE_HASH (value_type), hashcode); in build_function_type() 5327 hashcode = iterative_hash_object (TYPE_HASH (basetype), hashcode); in build_method_type_directly() 5328 hashcode = iterative_hash_object (TYPE_HASH (rettype), hashcode); in build_method_type_directly() 5370 hashcode = iterative_hash_object (TYPE_HASH (basetype), hashcode); in build_offset_type() [all …]
|
| H A D | tree.h | 876 #define TYPE_HASH(TYPE) (TYPE_UID (TYPE)) macro
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2001 | 1074 * tree.c (TYPE_HASH): Moved to ../tree.h.
|
| H A D | ChangeLog-2004 | 5828 * tree.c (list_hash_pieces): s/TYPE_HASH/TREE_HASH/.
|