Searched refs:attribute_list_contained (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | attribs.h | 99 extern int attribute_list_contained (const_tree, const_tree);
|
H A D | attribs.c | 1440 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 D | FSFChangeLog.10 | 8350 (attribute_list_contained): Check TREE_PURPOSE and TREE_VALUE. 8580 (attribute_list_contained): Use it.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | attribs.h | 107 extern int attribute_list_contained (const_tree, const_tree);
|
H A D | attribs.cc | 1639 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 D | FSFChangeLog.10 | 8350 (attribute_list_contained): Check TREE_PURPOSE and TREE_VALUE. 8580 (attribute_list_contained): Use it.
|
H A D | ChangeLog-2007 | 8847 (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 D | ChangeLog-2011 | 18736 * tree.c (attribute_list_contained): Likewise. 20979 (attribute_list_contained): Likewise. 33505 (attribute_list_contained): Likewise.
|
H A D | ChangeLog-2006 | 8560 * tree.c (merge_attributes, attribute_list_contained): If both
|
H A D | ChangeLog-2001 | 10485 (merge_attributes, attribute_list_contained): Allow multiple
|
H A D | ChangeLog-2012 | 8848 (attribute_hash_list, attribute_list_contained): Use
|
H A D | ChangeLog-2017 | 21103 (attribute_list_contained): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 1250 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 D | c-typeck.cc | 1264 if (! attribute_list_contained (a1, a2) in comptypes_internal() 1265 && ! attribute_list_contained (a2, a1)) in comptypes_internal()
|