Searched refs:attribute_list_equal (Results 1 – 13 of 13) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | attribs.h | 97 extern int attribute_list_equal (const_tree, const_tree);
|
| HD | attribs.c | 1119 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
|
| HD | tree.c | 5949 && 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/ |
| HD | tree.c | 4218 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
|
| HD | gimple.c | 3548 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()
|
| HD | c-typeck.c | 478 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()
|
| HD | tree.h | 4420 extern int attribute_list_equal (const_tree, const_tree);
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-warn.c | 2251 && (a1 == NULL_TREE || !attribute_list_equal (a1, a2))) in diagnose_mismatched_attributes()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | tree.c | 978 && attribute_list_equal (TYPE_ATTRIBUTES (t), in cp_build_qualified_type_real()
|
| HD | typeck.c | 877 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/ |
| HD | typeck.c | 902 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in merge_types() 904 else if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in merge_types()
|
| HD | tree.c | 1220 && attribute_list_equal (TYPE_ATTRIBUTES (t), in cp_build_qualified_type_real()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-typeck.c | 486 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()
|