Home
last modified time | relevance | path

Searched refs:xlhs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c661 expanded_location xlhs = expand_location (lhs); in compare_location() local
664 if (xlhs.file != xrhs.file) in compare_location()
665 return filename_cmp (xlhs.file, xrhs.file); in compare_location()
667 if (xlhs.line != xrhs.line) in compare_location()
668 return xlhs.line - xrhs.line; in compare_location()
670 if (xlhs.column != xrhs.column) in compare_location()
671 return xlhs.column - xrhs.column; in compare_location()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc661 expanded_location xlhs = expand_location (lhs); in compare_location() local
664 if (xlhs.file != xrhs.file) in compare_location()
665 return filename_cmp (xlhs.file, xrhs.file); in compare_location()
667 if (xlhs.line != xrhs.line) in compare_location()
668 return xlhs.line - xrhs.line; in compare_location()
670 if (xlhs.column != xrhs.column) in compare_location()
671 return xlhs.column - xrhs.column; in compare_location()