Home
last modified time | relevance | path

Searched refs:private_is_attribute_p (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.h4606 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()
H A Dtree.c5245 private_is_attribute_p (const char *attr_name, size_t attr_len, const_tree ident) in private_is_attribute_p() function
5373 if (private_is_attribute_p (attr_name, attr_len, TREE_PURPOSE (l))) in remove_attribute()