Lines Matching refs:attr_name
1015 tree attr_name;
1020 attr_name = get_identifier (name);
1023 attr = tree_cons (attr_name, attr_args, chain);
1604 /* Remove any instances of attribute ATTR_NAME in LIST and return the
1608 remove_attribute (const char *attr_name, tree list)
1611 gcc_checking_assert (attr_name[0] != '_');
1618 if (is_attribute_p (attr_name, attr))
2003 of ATTR_NAME, and LIST is not NULL_TREE.
2009 private_lookup_attribute (const char *attr_name, size_t attr_len, tree list)
2015 if (cmp_attribs (attr_name, attr_len, IDENTIFIER_POINTER (attr),
2627 const char *attr_name = attribute_tables[ti0][s0].name;
2636 if (!strcmp (attr_name, excl_name))
2639 excl_set.add (excl_pair (attr_name, excl_name));