OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_column
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
diagnostic-format-sarif.cc
1010
int
next_column
= get_sarif_column (exploc_finish) + 1;
local
1011
region_obj->set_integer ("endColumn",
next_column
);
diagnostic-show-locus.cc
2038
int
next_column
= INT_MAX;
local
2043
if (label->m_column + label->m_display_width >= (size_t)
next_column
)
2050
if (label->m_column ==
next_column
)
2055
next_column
= label->m_column;
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc
1989
int
next_column
= INT_MAX;
local
1994
if (label->m_column + label->m_display_width >= (size_t)
next_column
)
2001
if (label->m_column ==
next_column
)
2006
next_column
= label->m_column;
Completed in 29 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026