Home
last modified time | relevance | path

Searched refs:attribute_list_equal (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmultiple_target.c486 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 Dattribs.h98 extern int attribute_list_equal (const_tree, const_tree);
H A Dattribs.c1125 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 Dipa-icf.c378 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 Dtree.c5277 || !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 Dattribs.h106 extern int attribute_list_equal (const_tree, const_tree);
H A Dattribs.cc1247 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 Dipa-free-lang-data.cc134 || !attribute_list_equal (TYPE_ATTRIBUTES (t), in fld_type_variant_equal_p()
H A Dipa-icf.cc388 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 Dtree.cc5522 || !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 DChangeLog-20079601 * tree.c (const_lookup_attribute, attribute_list_equal,
9603 * tree.h (attribute_list_equal, attribute_list_contained,
H A DChangeLog-20187453 attribute_list_equal instead.
H A DChangeLog-201120980 (attribute_list_equal): Immediately return 1 if the arguments are
H A DChangeLog-201721102 (attribute_list_equal): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c2599 && (a1 == NULL_TREE || !attribute_list_equal (a1, a2))) in diagnose_mismatched_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc2589 && (a1 == NULL_TREE || !attribute_list_equal (a1, a2))) in diagnose_mismatched_attributes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c508 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 Dtypeck.c900 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 Dtree.c1324 && attribute_list_equal (TYPE_ATTRIBUTES (t), in cp_build_qualified_type_real()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc512 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 Dtypeck.cc928 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 Dtree.cc1395 && attribute_list_equal (TYPE_ATTRIBUTES (t), in cp_build_qualified_type_real()