/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | attribs.h | 66 extern int comp_type_attributes (const_tree, const_tree);
|
H A D | attribs.c | 1163 || !comp_type_attributes (ntype, ttype)) in build_type_attribute_qual_variant() 1309 comp_type_attributes (const_tree type1, const_tree type2) in comp_type_attributes() function 1357 return targetm.comp_type_attributes (type1, type2); in comp_type_attributes()
|
H A D | gimple-expr.c | 269 return comp_type_attributes (outer_type, inner_type) != 0; in useless_type_conversion_p()
|
H A D | ipa-icf-gimple.c | 574 if (fntype1 && fntype2 && comp_type_attributes (fntype1, fntype2) != 1) in compare_gimple_call()
|
H A D | ipa-icf.c | 381 if (comp_type_attributes (TREE_TYPE (n1->decl), in compare_referenced_symbol_properties() 659 if (comp_type_attributes (TREE_TYPE (decl), in equals_wpa()
|
H A D | ipa-devirt.c | 545 if (comp_type_attributes (t1, t2) != 1)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | attribs.h | 71 extern int comp_type_attributes (const_tree, const_tree);
|
H A D | attribs.cc | 1285 || !comp_type_attributes (ntype, ttype)) in build_type_attribute_qual_variant() 1431 comp_type_attributes (const_tree type1, const_tree type2) in comp_type_attributes() function 1479 return targetm.comp_type_attributes (type1, type2); in comp_type_attributes()
|
H A D | gimple-expr.cc | 269 return comp_type_attributes (outer_type, inner_type) != 0; in useless_type_conversion_p()
|
H A D | ipa-icf-gimple.cc | 688 if (fntype1 && fntype2 && comp_type_attributes (fntype1, fntype2) != 1) in compare_gimple_call()
|
H A D | ipa-icf.cc | 391 if (comp_type_attributes (TREE_TYPE (n1->decl), in compare_referenced_symbol_properties() 662 if (comp_type_attributes (TREE_TYPE (decl), in equals_wpa()
|
H A D | ipa-devirt.cc | 558 if (comp_type_attributes (t1, t2) != 1) in type_variants_equivalent_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-symtab.cc | 241 if (comp_type_attributes (prevailing_type, type) == 0) in warn_type_compatibility_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-symtab.c | 241 if (comp_type_attributes (prevailing_type, type) == 0) in warn_type_compatibility_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | search.cc | 2020 if (!comp_type_attributes (over_type, base_type) in check_final_overrider()
|
H A D | ChangeLog-2007 | 817 targetm.comp_type_attributes returns 0.
|
H A D | ChangeLog-2001 | 1602 (comptypes): Use target.comp_type_attributes.
|
H A D | typeck.cc | 1502 if (!comp_type_attributes (t1, t2)) in structural_comptypes()
|
H A D | ChangeLog-2011 | 4336 call of comp_type_attributes by version in tree.c file.
|
H A D | decl.cc | 1053 || comp_type_attributes (TREE_TYPE (newdecl), in decls_match()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | search.c | 2005 if (!comp_type_attributes (over_type, base_type) in check_final_overrider()
|
H A D | typeck.c | 1519 return comp_type_attributes (t1, t2); in structural_comptypes()
|
H A D | decl.c | 1023 || comp_type_attributes (TREE_TYPE (newdecl), in decls_match()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 1152 if (!(attrval = comp_type_attributes (t1, t2))) in comptypes_internal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 1166 if (!(attrval = comp_type_attributes (t1, t2))) in comptypes_internal()
|