OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_switches
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gcc.cc
3616
static int
n_switches
;
3882
else if (n_switches_alloc ==
n_switches
)
3897
switches[
n_switches
].part1 = opt + 1;
3899
switches[
n_switches
].args = 0;
3902
switches[
n_switches
].args = XNEWVEC (const char *, n_args + 1);
3903
memcpy (switches[
n_switches
].args, args, n_args * sizeof (const char *));
3904
switches[
n_switches
].args[n_args] = NULL;
3907
switches[
n_switches
].live_cond = 0;
3908
switches[
n_switches
].validated = validated;
3909
switches[
n_switches
].known = known
3598
static int
n_switches
;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gcc.cc
3647
static int
n_switches
;
3913
else if (n_switches_alloc ==
n_switches
)
3928
switches[
n_switches
].part1 = opt + 1;
3930
switches[
n_switches
].args = 0;
3933
switches[
n_switches
].args = XNEWVEC (const char *, n_args + 1);
3934
memcpy (switches[
n_switches
].args, args, n_args * sizeof (const char *));
3935
switches[
n_switches
].args[n_args] = NULL;
3938
switches[
n_switches
].live_cond = 0;
3939
switches[
n_switches
].validated = validated;
3940
switches[
n_switches
].known = known
3629
static int
n_switches
;
variable
[
all
...]
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026