Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDattribs.h97 extern int attribute_list_equal (const_tree, const_tree);
HDattribs.c1119 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) in build_type_attribute_qual_variant()
1734 attribute_list_equal (const_tree l1, const_tree l2) in attribute_list_equal() function
HDtree.c5949 && attribute_list_equal (TYPE_ATTRIBUTES (cand), in check_base_type()
5974 && attribute_list_equal (TYPE_ATTRIBUTES (cand), in check_aligned_type()
6482 || !attribute_list_equal (TYPE_ATTRIBUTES (a->type), in equal()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree.c4218 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) in build_type_attribute_qual_variant()
5678 && attribute_list_equal (TYPE_ATTRIBUTES (cand), in check_qualified_type()
5693 && attribute_list_equal (TYPE_ATTRIBUTES (cand), in check_aligned_type()
6117 || !attribute_list_equal (TYPE_ATTRIBUTES (a->type), in type_hash_eq()
6341 attribute_list_equal (const_tree l1, const_tree l2) in attribute_list_equal() function
HDgimple.c3548 if (!attribute_list_equal (TYPE_ATTRIBUTES (t1), TYPE_ATTRIBUTES (t2))) in gimple_types_compatible_p_1()
4580 if (!attribute_list_equal (TYPE_ATTRIBUTES (t1), TYPE_ATTRIBUTES (t2))) in gimple_canonical_types_compatible_p()
HDc-typeck.c478 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in composite_type()
480 if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in composite_type()
11016 && attribute_list_equal (TYPE_ATTRIBUTES (t), in c_build_qualified_type()
HDtree.h4420 extern int attribute_list_equal (const_tree, const_tree);
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-warn.c2251 && (a1 == NULL_TREE || !attribute_list_equal (a1, a2))) in diagnose_mismatched_attributes()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDtree.c978 && attribute_list_equal (TYPE_ATTRIBUTES (t), in cp_build_qualified_type_real()
HDtypeck.c877 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in merge_types()
879 else if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in merge_types()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDtypeck.c902 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in merge_types()
904 else if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in merge_types()
HDtree.c1220 && attribute_list_equal (TYPE_ATTRIBUTES (t), in cp_build_qualified_type_real()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c486 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in composite_type()
488 if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in composite_type()
14194 && attribute_list_equal (TYPE_ATTRIBUTES (t), in c_build_qualified_type()