Searched refs:attribute_list_equal (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree.c | 2536 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) 2895 && attribute_list_equal (TYPE_ATTRIBUTES (a->type), 3053 attribute_list_equal (l1, l2) in attribute_list_equal() function
|
| H A D | tree.h | 2282 extern int attribute_list_equal PARAMS ((tree, tree));
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree.c | 3369 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) in build_type_attribute_qual_variant() 3823 && attribute_list_equal (TYPE_ATTRIBUTES (cand), in check_qualified_type() 4157 || !attribute_list_equal (TYPE_ATTRIBUTES (a->type), in type_hash_eq() 4364 attribute_list_equal (tree l1, tree l2) in attribute_list_equal() function
|
| H A D | c-typeck.c | 384 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in composite_type() 386 if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in composite_type()
|
| H A D | tree.h | 3617 extern int attribute_list_equal (tree, tree);
|
| H A D | c-common.c | 2641 && attribute_list_equal (TYPE_ATTRIBUTES (t), in c_build_qualified_type()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | typeck.c | 733 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in merge_types() 735 else if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in merge_types()
|