Home
last modified time | relevance | path

Searched refs:lookup_ident_attribute (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c1384 lookup_ident_attribute (tree attr_identifier, tree list) in lookup_ident_attribute() function
1454 for (a = lookup_ident_attribute (get_attribute_name (a2), in merge_attributes()
1457 a = lookup_ident_attribute (get_attribute_name (a2), in merge_attributes()
1787 for (attr = lookup_ident_attribute (get_attribute_name (t2), in attribute_list_contained()
1790 attr = lookup_ident_attribute (get_attribute_name (t2), in attribute_list_contained()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc1583 lookup_ident_attribute (tree attr_identifier, tree list) in lookup_ident_attribute() function
1653 for (a = lookup_ident_attribute (get_attribute_name (a2), in merge_attributes()
1656 a = lookup_ident_attribute (get_attribute_name (a2), in merge_attributes()
1986 for (attr = lookup_ident_attribute (get_attribute_name (t2), in attribute_list_contained()
1989 attr = lookup_ident_attribute (get_attribute_name (t2), in attribute_list_contained()
H A DChangeLog-20128847 (lookup_ident_attribute, remove_attribute, merge_attribute)
H A DChangeLog-201120973 (lookup_ident_attribute): New.
H A DChangeLog-201721095 (lookup_ident_attribute): Likewise.
H A DChangeLog-201530023 (cmp_attrib_identifiers): Factor out of lookup_ident_attribute.