OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_attribute_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
attribs.h
177
is_attribute_p
(const char *attr_name, const_tree ident)
function
/src/external/gpl3/gcc/dist/gcc/
attribs.h
192
is_attribute_p
(const char *attr_name, const_tree ident)
function
210
return ident &&
is_attribute_p
(attr_ns, ident);
211
return ident == NULL_TREE ||
is_attribute_p
("gnu", ident);
Completed in 17 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026