OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_opt_idx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
opts-common.cc
1124
/* Return true if
NEXT_OPT_IDX
cancels OPT_IDX. Return false if the
1128
cancel_option (int opt_idx, int
next_opt_idx
, int orig_next_opt_idx)
1132
if (cl_options [
next_opt_idx
].neg_index == opt_idx)
1135
if (cl_options [
next_opt_idx
].neg_index != orig_next_opt_idx)
1136
return cancel_option (opt_idx, cl_options [
next_opt_idx
].neg_index,
1165
unsigned int j, opt_idx,
next_opt_idx
;
local
1216
next_opt_idx
= old_decoded_options[j].opt_index;
1217
if (
next_opt_idx
>= cl_options_count)
1219
if (cl_options[
next_opt_idx
].neg_index < 0)
1221
if ((cl_options[
next_opt_idx
].flags & CL_JOINED
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc
1099
/* Return true if
NEXT_OPT_IDX
cancels OPT_IDX. Return false if the
1103
cancel_option (int opt_idx, int
next_opt_idx
, int orig_next_opt_idx)
1107
if (cl_options [
next_opt_idx
].neg_index == opt_idx)
1110
if (cl_options [
next_opt_idx
].neg_index != orig_next_opt_idx)
1111
return cancel_option (opt_idx, cl_options [
next_opt_idx
].neg_index,
1136
unsigned int j, opt_idx,
next_opt_idx
;
local
1172
next_opt_idx
= old_decoded_options[j].opt_index;
1173
if (
next_opt_idx
>= cl_options_count)
1175
if (cl_options[
next_opt_idx
].neg_index < 0)
1177
if ((cl_options[
next_opt_idx
].flags & CL_JOINED
[
all
...]
Completed in 23 milliseconds
Indexes created Fri Apr 10 00:22:58 UTC 2026