OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attr_arg_name
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
attribs.cc
1078
tree
attr_arg_name
;
local
1083
attr_arg_name
= build_string (strlen (arg_name), arg_name);
1084
attr_args = tree_cons (NULL_TREE,
attr_arg_name
, NULL_TREE);
/src/external/gpl3/gcc.old/dist/gcc/
attribs.cc
1016
tree
attr_arg_name
;
local
1021
attr_arg_name
= build_string (strlen (arg_name), arg_name);
1022
attr_args = tree_cons (NULL_TREE,
attr_arg_name
, NULL_TREE);
Completed in 19 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026