OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disp_col
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
input.cc
3865
const int
disp_col
local
3868
= cpp_display_column_to_byte_column (str, 15,
disp_col
, policy);
3875
ASSERT_EQ (byte_col,
disp_col
);
3877
ASSERT_EQ (3 + (byte_col - 5),
disp_col
);
diagnostic-show-locus.cc
1931
const int
disp_col
= range->m_caret.m_columns[CU_DISPLAY_COLS];
local
1932
if (
disp_col
<= m_x_offset_display)
1944
labels.safe_push (line_label (m_policy, i,
disp_col
, text));
2668
const int
disp_col
= range->m_finish.m_columns[CU_DISPLAY_COLS];
local
2669
if (result <=
disp_col
)
2670
result =
disp_col
+ 1;
Completed in 41 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026