Searched refs:attribute_list_contained (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree.c | 3557 else if (a2 != 0 && ! attribute_list_contained (a1, a2)) in merge_attributes() 3559 if (attribute_list_contained (a2, a1)) in merge_attributes() 4371 return attribute_list_contained (l1, l2) in attribute_list_equal() 4372 && attribute_list_contained (l2, l1); in attribute_list_equal() 4384 attribute_list_contained (tree l1, tree l2) in attribute_list_contained() function
|
| H A D | c-typeck.c | 930 if (! attribute_list_contained (a1, a2) in comptypes_internal() 931 && ! attribute_list_contained (a2, a1)) in comptypes_internal()
|
| H A D | tree.h | 3700 extern int attribute_list_contained (tree, tree);
|
| H A D | FSFChangeLog.10 | 8350 (attribute_list_contained): Check TREE_PURPOSE and TREE_VALUE. 8580 (attribute_list_contained): Use it.
|
| H A D | ChangeLog-2006 | 1476 * tree.c (merge_attributes, attribute_list_contained): If both
|
| H A D | ChangeLog-2001 | 10485 (merge_attributes, attribute_list_contained): Allow multiple
|