OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:disp_col
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc
1980
const int
disp_col
= range->m_caret.m_columns[CU_DISPLAY_COLS];
local
1981
if (
disp_col
<= m_x_offset_display)
1993
labels.safe_push (line_label (m_policy, i,
disp_col
, std::move (text)));
2732
const int
disp_col
= range->m_finish.m_columns[CU_DISPLAY_COLS];
local
2733
if (result <=
disp_col
)
2734
result =
disp_col
+ 1;
input.cc
4030
const int
disp_col
local
4033
= cpp_display_column_to_byte_column (str, 15,
disp_col
, policy);
4040
ASSERT_EQ (byte_col,
disp_col
);
4042
ASSERT_EQ (3 + (byte_col - 5),
disp_col
);
/src/external/gpl3/gcc.old/dist/gcc/
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;
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
);
Completed in 24 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026