Searched refs:xlhs (Results 1 – 2 of 2) sorted by relevance
661 expanded_location xlhs = expand_location (lhs); in compare_location() local664 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()