Home
last modified time | relevance | path

Searched refs:attribute_list_contained (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.h99 extern int attribute_list_contained (const_tree, const_tree);
H A Dattribs.c1440 else if (a2 != 0 && ! attribute_list_contained (a1, a2)) in merge_attributes()
1442 if (attribute_list_contained (a2, a1)) in merge_attributes()
1748 return attribute_list_contained (l1, l2) in attribute_list_equal()
1749 && attribute_list_contained (l2, l1); in attribute_list_equal()
1761 attribute_list_contained (const_tree l1, const_tree l2) in attribute_list_contained() function
H A DFSFChangeLog.108350 (attribute_list_contained): Check TREE_PURPOSE and TREE_VALUE.
8580 (attribute_list_contained): Use it.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.h107 extern int attribute_list_contained (const_tree, const_tree);
H A Dattribs.cc1639 else if (a2 != 0 && ! attribute_list_contained (a1, a2)) in merge_attributes()
1641 if (attribute_list_contained (a2, a1)) in merge_attributes()
1947 return attribute_list_contained (l1, l2) in attribute_list_equal()
1948 && attribute_list_contained (l2, l1); in attribute_list_equal()
1960 attribute_list_contained (const_tree l1, const_tree l2) in attribute_list_contained() function
H A DFSFChangeLog.108350 (attribute_list_contained): Check TREE_PURPOSE and TREE_VALUE.
8580 (attribute_list_contained): Use it.
H A DChangeLog-20078847 (attribute_list_contained): Use CONST_CAST_TREE.
8980 (attribute_list_contained): Use lookup_attribute.
9602 attribute_list_contained): Likewise.
9603 * tree.h (attribute_list_equal, attribute_list_contained,
H A DChangeLog-201118736 * tree.c (attribute_list_contained): Likewise.
20979 (attribute_list_contained): Likewise.
33505 (attribute_list_contained): Likewise.
H A DChangeLog-20068560 * tree.c (merge_attributes, attribute_list_contained): If both
H A DChangeLog-200110485 (merge_attributes, attribute_list_contained): Allow multiple
H A DChangeLog-20128848 (attribute_hash_list, attribute_list_contained): Use
H A DChangeLog-201721103 (attribute_list_contained): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c1250 if (! attribute_list_contained (a1, a2) in comptypes_internal()
1251 && ! attribute_list_contained (a2, a1)) in comptypes_internal()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc1264 if (! attribute_list_contained (a1, a2) in comptypes_internal()
1265 && ! attribute_list_contained (a2, a1)) in comptypes_internal()