OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flag_opts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.cc
379
static struct ix86_target_opts
flag_opts
[] =
local
420
+ ARRAY_SIZE (
flag_opts
) + ARRAY_SIZE (flag2_opts) + 6][2];
500
for (i = 0; i < ARRAY_SIZE (
flag_opts
); i++)
502
if ((flags &
flag_opts
[i].mask) != 0)
504
opts[num++][0] =
flag_opts
[i].option;
505
flags &= ~
flag_opts
[i].mask;
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.cc
407
static struct ix86_target_opts
flag_opts
[] =
local
448
+ ARRAY_SIZE (
flag_opts
) + ARRAY_SIZE (flag2_opts) + 6][2];
528
for (i = 0; i < ARRAY_SIZE (
flag_opts
); i++)
530
if ((flags &
flag_opts
[i].mask) != 0)
532
opts[num++][0] =
flag_opts
[i].option;
533
flags &= ~
flag_opts
[i].mask;
Completed in 18 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026