OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cl_opt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
opts.cc
3715
const cl_option *
cl_opt
= &cl_options[option_index];
local
3718
if ((
cl_opt
->flags & CL_Fortran) != 0
3721
&& (
cl_opt
->flags & CL_C) == 0
3723
&& (
cl_opt
->flags & CL_CXX) == 0
/src/external/gpl3/gcc.old/dist/gcc/
opts.cc
3573
const cl_option *
cl_opt
= &cl_options[option_index];
local
3576
if (strstr (
cl_opt
->opt_text, "analyzer-"))
3580
if (strstr (
cl_opt
->opt_text, "flto"))
3584
if ((
cl_opt
->flags & CL_Fortran) != 0
3587
&& (
cl_opt
->flags & CL_C) == 0
3589
&& (
cl_opt
->flags & CL_CXX) == 0
Completed in 46 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026