Home
last modified time | relevance | path

Searched refs:comp_type_attributes (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.h66 extern int comp_type_attributes (const_tree, const_tree);
H A Dattribs.c1163 || !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 Dgimple-expr.c269 return comp_type_attributes (outer_type, inner_type) != 0; in useless_type_conversion_p()
H A Dipa-icf-gimple.c574 if (fntype1 && fntype2 && comp_type_attributes (fntype1, fntype2) != 1) in compare_gimple_call()
H A Dipa-icf.c381 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 Dipa-devirt.c545 if (comp_type_attributes (t1, t2) != 1)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.h71 extern int comp_type_attributes (const_tree, const_tree);
H A Dattribs.cc1285 || !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 Dgimple-expr.cc269 return comp_type_attributes (outer_type, inner_type) != 0; in useless_type_conversion_p()
H A Dipa-icf-gimple.cc688 if (fntype1 && fntype2 && comp_type_attributes (fntype1, fntype2) != 1) in compare_gimple_call()
H A Dipa-icf.cc391 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 Dipa-devirt.cc558 if (comp_type_attributes (t1, t2) != 1) in type_variants_equivalent_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-symtab.cc241 if (comp_type_attributes (prevailing_type, type) == 0) in warn_type_compatibility_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-symtab.c241 if (comp_type_attributes (prevailing_type, type) == 0) in warn_type_compatibility_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc2020 if (!comp_type_attributes (over_type, base_type) in check_final_overrider()
H A DChangeLog-2007817 targetm.comp_type_attributes returns 0.
H A DChangeLog-20011602 (comptypes): Use target.comp_type_attributes.
H A Dtypeck.cc1502 if (!comp_type_attributes (t1, t2)) in structural_comptypes()
H A DChangeLog-20114336 call of comp_type_attributes by version in tree.c file.
H A Ddecl.cc1053 || comp_type_attributes (TREE_TYPE (newdecl), in decls_match()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c2005 if (!comp_type_attributes (over_type, base_type) in check_final_overrider()
H A Dtypeck.c1519 return comp_type_attributes (t1, t2); in structural_comptypes()
H A Ddecl.c1023 || comp_type_attributes (TREE_TYPE (newdecl), in decls_match()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c1152 if (!(attrval = comp_type_attributes (t1, t2))) in comptypes_internal()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc1166 if (!(attrval = comp_type_attributes (t1, t2))) in comptypes_internal()

12