/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | multiple_target.c | 486 if (!attribute_list_equal (attr_target, attr_target2)) in redirect_to_specific_clone() 497 if (attribute_list_equal (attr_target, attr_target2)) in redirect_to_specific_clone()
|
H A D | attribs.h | 98 extern int attribute_list_equal (const_tree, const_tree);
|
H A D | attribs.c | 1125 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) in build_type_attribute_qual_variant() 1743 attribute_list_equal (const_tree l1, const_tree l2) in attribute_list_equal() function
|
H A D | ipa-icf.c | 378 if (!attribute_list_equal (DECL_ATTRIBUTES (n1->decl), in compare_referenced_symbol_properties() 662 if (!attribute_list_equal (DECL_ATTRIBUTES (decl), in equals_wpa()
|
H A D | tree.c | 5277 || !attribute_list_equal (TYPE_ATTRIBUTES (t), in fld_type_variant_equal_p() 6520 || !attribute_list_equal (TYPE_ATTRIBUTES (cand), in check_base_type() 6559 && attribute_list_equal (TYPE_ATTRIBUTES (cand), in check_aligned_type() 7037 || !attribute_list_equal (TYPE_ATTRIBUTES (a->type), in equal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | attribs.h | 106 extern int attribute_list_equal (const_tree, const_tree);
|
H A D | attribs.cc | 1247 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) in build_type_attribute_qual_variant() 1942 attribute_list_equal (const_tree l1, const_tree l2) in attribute_list_equal() function
|
H A D | ipa-free-lang-data.cc | 134 || !attribute_list_equal (TYPE_ATTRIBUTES (t), in fld_type_variant_equal_p()
|
H A D | ipa-icf.cc | 388 if (!attribute_list_equal (DECL_ATTRIBUTES (n1->decl), in compare_referenced_symbol_properties() 665 if (!attribute_list_equal (DECL_ATTRIBUTES (decl), in equals_wpa()
|
H A D | tree.cc | 5522 || !attribute_list_equal (TYPE_ATTRIBUTES (cand), in check_base_type() 5565 && attribute_list_equal (TYPE_ATTRIBUTES (cand), in check_aligned_type() 6044 || !attribute_list_equal (TYPE_ATTRIBUTES (a->type), in equal()
|
H A D | ChangeLog-2007 | 9601 * tree.c (const_lookup_attribute, attribute_list_equal, 9603 * tree.h (attribute_list_equal, attribute_list_contained,
|
H A D | ChangeLog-2018 | 7453 attribute_list_equal instead.
|
H A D | ChangeLog-2011 | 20980 (attribute_list_equal): Immediately return 1 if the arguments are
|
H A D | ChangeLog-2017 | 21102 (attribute_list_equal): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-warn.c | 2599 && (a1 == NULL_TREE || !attribute_list_equal (a1, a2))) in diagnose_mismatched_attributes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-warn.cc | 2589 && (a1 == NULL_TREE || !attribute_list_equal (a1, a2))) in diagnose_mismatched_attributes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 508 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in composite_type() 510 if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in composite_type() 15264 && attribute_list_equal (TYPE_ATTRIBUTES (t), in c_build_qualified_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 900 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in merge_types() 902 else if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in merge_types()
|
H A D | tree.c | 1324 && attribute_list_equal (TYPE_ATTRIBUTES (t), in cp_build_qualified_type_real()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 512 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in composite_type() 514 if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in composite_type() 15820 && attribute_list_equal (TYPE_ATTRIBUTES (t), in c_build_qualified_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 928 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in merge_types() 930 else if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in merge_types()
|
H A D | tree.cc | 1395 && attribute_list_equal (TYPE_ATTRIBUTES (t), in cp_build_qualified_type_real()
|