Searched refs:type_hash_eq (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | langhooks.h | 128 bool (*type_hash_eq) (const_tree, const_tree); member
|
H A D | tree.c | 6462 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 D | langhooks.h | 138 bool (*type_hash_eq) (const_tree, const_tree); member
|
H A D | tree.cc | 5464 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 D | ChangeLog-2007 | 5399 * 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 D | ChangeLog-2004 | 1910 * 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 D | ChangeLog-2011 | 35484 * 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 D | ChangeLog-2008 | 3540 (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 D | ChangeLog-2006 | 19435 type_hash_eq, variably_modified_type_p, walk_type_fields): Likewise.
|
H A D | ChangeLog-2000 | 24884 (type_hash_eq, type_hash_hash, print_type_hash_statistics,
|
H A D | ChangeLog-2012 | 19479 (type_hash_eq): Likewise.
|
H A D | ChangeLog-2010 | 14512 * tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
|
H A D | ChangeLog-2014 | 40164 (type_hash_eq): Likewise
|