OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:optgroups
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
optinfo-emit-json.cc
256
json::array *
optgroups
= new json::array ();
local
257
obj->set ("
optgroups
",
optgroups
);
262
optgroups
->append (new json::string (optgroup->name));
/src/external/gpl3/gcc.old/dist/gcc/
optinfo-emit-json.cc
257
json::array *
optgroups
= new json::array ();
local
258
obj->set ("
optgroups
",
optgroups
);
263
optgroups
->append (new json::string (optgroup->name));
Completed in 49 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026