Home
last modified time | relevance | path

Searched refs:find_attribute_namespace (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dattribs.cc97 static scoped_attributes* find_attribute_namespace (const char*);
126 result = find_attribute_namespace (ns); in register_scoped_attributes()
161 find_attribute_namespace (const char* ns) in find_attribute_namespace() function
355 register_scoped_attribute (attr, find_attribute_namespace ("gnu")); in register_attribute()
396 attrs = find_attribute_namespace (ns_str); in lookup_scoped_attribute_spec()
563 scoped_attributes *r = find_attribute_namespace (IDENTIFIER_POINTER (ns)); in attr_namespace_ignored_p()
DChangeLog-20128854 (find_attribute_namespace, register_scoped_attribute): New static
DChangeLog-202123326 * attribs.c (find_attribute_namespace): Iterate over vec<> with