OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xlhs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc
661
expanded_location
xlhs
= expand_location (lhs);
local
664
if (
xlhs
.file != xrhs.file)
665
return filename_cmp (
xlhs
.file, xrhs.file);
667
if (
xlhs
.line != xrhs.line)
668
return
xlhs
.line - xrhs.line;
670
if (
xlhs
.column != xrhs.column)
671
return
xlhs
.column - xrhs.column;
c-ada-spec.cc
661
expanded_location
xlhs
= expand_location (lhs);
local
664
if (
xlhs
.file != xrhs.file)
665
return filename_cmp (
xlhs
.file, xrhs.file);
667
if (
xlhs
.line != xrhs.line)
668
return
xlhs
.line - xrhs.line;
670
if (
xlhs
.column != xrhs.column)
671
return
xlhs
.column - xrhs.column;
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc
661
expanded_location
xlhs
= expand_location (lhs);
local
664
if (
xlhs
.file != xrhs.file)
665
return filename_cmp (
xlhs
.file, xrhs.file);
667
if (
xlhs
.line != xrhs.line)
668
return
xlhs
.line - xrhs.line;
670
if (
xlhs
.column != xrhs.column)
671
return
xlhs
.column - xrhs.column;
c-ada-spec.cc
661
expanded_location
xlhs
= expand_location (lhs);
local
664
if (
xlhs
.file != xrhs.file)
665
return filename_cmp (
xlhs
.file, xrhs.file);
667
if (
xlhs
.line != xrhs.line)
668
return
xlhs
.line - xrhs.line;
670
if (
xlhs
.column != xrhs.column)
671
return
xlhs
.column - xrhs.column;
Completed in 47 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026