Searched refs:attribute_list_equal (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree.c | 3374 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 D | c-typeck.c | 388 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 D | tree.h | 3699 extern int attribute_list_equal (tree, tree);
|
| H A D | c-common.c | 2725 && attribute_list_equal (TYPE_ATTRIBUTES (t), in c_build_qualified_type()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | typeck.c | 750 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in merge_types() 752 else if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in merge_types()
|