Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.c2536 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 Dtree.h2282 extern int attribute_list_equal PARAMS ((tree, tree));
/openbsd-src/gnu/gcc/gcc/
H A Dtree.c3369 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 Dc-typeck.c384 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 Dtree.h3617 extern int attribute_list_equal (tree, tree);
H A Dc-common.c2641 && attribute_list_equal (TYPE_ATTRIBUTES (t), in c_build_qualified_type()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c733 if (attribute_list_equal (TYPE_ATTRIBUTES (t1), attributes)) in merge_types()
735 else if (attribute_list_equal (TYPE_ATTRIBUTES (t2), attributes)) in merge_types()