OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:highest_line
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libcpp/include/
line-map.h
842
location_t
highest_line
;
variable
/src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h
802
location_t
highest_line
;
variable
/src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc
1610
int
highest_line
= last_span->m_last_line;
local
1611
if (
highest_line
< 0)
1612
highest_line
= 0;
1613
m_linenum_width = num_digits (
highest_line
);
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc
1587
int
highest_line
= last_span->m_last_line;
local
1588
if (
highest_line
< 0)
1589
highest_line
= 0;
1590
m_linenum_width = num_digits (
highest_line
);
Completed in 34 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026