OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xrhs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc
662
expanded_location
xrhs
= expand_location (rhs);
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
662
expanded_location
xrhs
= expand_location (rhs);
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
662
expanded_location
xrhs
= expand_location (rhs);
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
662
expanded_location
xrhs
= expand_location (rhs);
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 49 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026