Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dattribs.c89 static scoped_attributes* find_attribute_namespace (const char*);
128 result = find_attribute_namespace (ns); in register_scoped_attributes()
160 find_attribute_namespace (const char* ns) in find_attribute_namespace() function
261 register_scoped_attribute (attr, find_attribute_namespace ("gnu")); in register_attribute()
302 attrs = find_attribute_namespace (ns_str); in lookup_scoped_attribute_spec()