OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:help_tuples
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
opts.cc
1619
auto_vec<option_help_tuple>
help_tuples
;
local
1876
help_tuples
.safe_push (option_help_tuple (i, option_values));
1942
for (unsigned i = 0; i <
help_tuples
.length (); i++)
1944
const struct cl_option *option = cl_options +
help_tuples
[i].m_code;
1947
for (unsigned j = 0; j <
help_tuples
[i].m_values.length (); j++)
1948
printf (" %s",
help_tuples
[i].m_values[j]);
/src/external/gpl3/gcc.old/dist/gcc/
opts.cc
1549
auto_vec<option_help_tuple>
help_tuples
;
local
1806
help_tuples
.safe_push (option_help_tuple (i, option_values));
1872
for (unsigned i = 0; i <
help_tuples
.length (); i++)
1874
const struct cl_option *option = cl_options +
help_tuples
[i].m_code;
1877
for (unsigned j = 0; j <
help_tuples
[i].m_values.length (); j++)
1878
printf (" %s",
help_tuples
[i].m_values[j]);
Completed in 59 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026