OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fdiagnostics_color_idx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
opts-common.cc
1158
unsigned int
fdiagnostics_color_idx
= 0;
local
1189
if (
fdiagnostics_color_idx
== 0)
1191
fdiagnostics_color_idx
= i;
1256
if (
fdiagnostics_color_idx
!= 0)
1259
= old_decoded_options[
fdiagnostics_color_idx
];
/src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc
1130
unsigned int
fdiagnostics_color_idx
= 0;
local
1153
fdiagnostics_color_idx
= i;
1196
if (
fdiagnostics_color_idx
>= 1)
1203
new_decoded_options[1] = old_decoded_options[
fdiagnostics_color_idx
];
Completed in 15 milliseconds
Indexes created Thu Apr 02 00:23:07 UTC 2026