OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LARGEST_LINE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc
322
const linenum_type
LARGEST_LINE
= 0xffffffff;
323
line_span
largest_line
(
LARGEST_LINE
,
LARGEST_LINE
);
324
ASSERT_EQ (
LARGEST_LINE
,
largest_line
.get_first_line ());
325
ASSERT_EQ (
LARGEST_LINE
,
largest_line
.get_last_line ());
327
ASSERT_GT (line_span::comparator (&
largest_line
, &line_one), 0);
328
ASSERT_LT (line_span::comparator (&line_one, &
largest_line
), 0)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc
321
const linenum_type
LARGEST_LINE
= 0xffffffff;
322
line_span
largest_line
(
LARGEST_LINE
,
LARGEST_LINE
);
323
ASSERT_EQ (
LARGEST_LINE
,
largest_line
.get_first_line ());
324
ASSERT_EQ (
LARGEST_LINE
,
largest_line
.get_last_line ());
326
ASSERT_GT (line_span::comparator (&
largest_line
, &line_one), 0);
327
ASSERT_LT (line_span::comparator (&line_one, &
largest_line
), 0)
[
all
...]
Completed in 53 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026