Searched refs:xrhs (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c662 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;
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc662 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 166 milliseconds