Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree.c3374 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) in build_type_attribute_qual_variant()
3828 && attribute_list_equal (TYPE_ATTRIBUTES (cand), in check_qualified_type()
4162 || !attribute_list_equal (TYPE_ATTRIBUTES (a->type), in type_hash_eq()
4369 attribute_list_equal (tree l1, tree l2) in attribute_list_equal() function
H A Dc-typeck.c388 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in composite_type()
390 if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in composite_type()
H A Dtree.h3699 extern int attribute_list_equal (tree, tree);
H A Dc-common.c2725 && attribute_list_equal (TYPE_ATTRIBUTES (t), in c_build_qualified_type()
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c750 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in merge_types()
752 else if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in merge_types()