OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:final_hint_column
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc
2316
int
final_hint_column
= start_column + hint_width - 1;
local
2319
return column_range (start_column,
final_hint_column
);
2327
MAX (finish_column,
final_hint_column
));
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc
2259
int
final_hint_column
= start_column + hint_width - 1;
local
2262
return column_range (start_column,
final_hint_column
);
2270
MAX (finish_column,
final_hint_column
));
Completed in 38 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026