Searched refs:private_is_attribute_p (Results 1 – 2 of 2) sorted by relevance
4606 extern bool private_is_attribute_p (const char *, size_t, const_tree);4620 return private_is_attribute_p (attr_name, strlen (attr_name), ident); in is_attribute_p()
5245 private_is_attribute_p (const char *attr_name, size_t attr_len, const_tree ident) in private_is_attribute_p() function5373 if (private_is_attribute_p (attr_name, attr_len, TREE_PURPOSE (l))) in remove_attribute()