Home
last modified time | relevance | path

Searched refs:type_hash_eq (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlanghooks.h128 bool (*type_hash_eq) (const_tree, const_tree); member
H A Dtree.c6462 if (lang_hooks.types.type_hash_eq == NULL) in check_lang_type()
6468 return lang_hooks.types.type_hash_eq (cand, base); in check_lang_type()
7143 if (lang_hooks.types.type_hash_eq != NULL) in equal()
7144 return lang_hooks.types.type_hash_eq (a->type, b->type); in equal()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlanghooks.h138 bool (*type_hash_eq) (const_tree, const_tree); member
H A Dtree.cc5464 if (lang_hooks.types.type_hash_eq == NULL) in check_lang_type()
5470 return lang_hooks.types.type_hash_eq (cand, base); in check_lang_type()
6151 if (lang_hooks.types.type_hash_eq != NULL) in equal()
6152 return lang_hooks.types.type_hash_eq (a->type, b->type); in equal()
H A DChangeLog-20075399 * langhooks.h (struct lang_hooks_for_types): Add type_hash_eq
5403 * tree.c (type_hash_eq): For FUNCTION_TYPE use
5404 lang_hooks.type.type_hash_eq in addition to generic tests.
12111 (type_hash_eq): Handle FIXED_POINT_TYPE.
13950 tree_map_base_eq, type_hash_list, type_hash_eq,
H A DChangeLog-20041910 * tree.c (type_contains_plaeholder_1, type_hash_eq,
3614 (type_hash_eq): Check a vector type's TYPE_VECTOR_SUBPARTS.
26385 * tree.c (type_hash_eq): Allow TYPE_MIN_VALUE which compares equal
37941 * tree.c (type_hash_eq): Rewrite to access proper fields for each type.
H A DChangeLog-201135484 * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
35528 * tree.c (type_hash_eq): Handle comparing them properly.
40034 * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
H A DChangeLog-20083540 (type_hash_eq): Make the TYPE_NAME of the types significant, to
16111 decl_value_expr_insert, type_hash_eq, type_hash_lookup,
H A DChangeLog-200619435 type_hash_eq, variably_modified_type_p, walk_type_fields): Likewise.
H A DChangeLog-200024884 (type_hash_eq, type_hash_hash, print_type_hash_statistics,
H A DChangeLog-201219479 (type_hash_eq): Likewise.
H A DChangeLog-201014512 * tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
H A DChangeLog-201440164 (type_hash_eq): Likewise