HomeSort by: relevance | last modified time | path
    Searched defs:compare_location (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 659 compare_location (location_t lhs, location_t rhs) function
684 = compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true));
697 return compare_location (lhs->sloc, rhs->sloc);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 659 compare_location (location_t lhs, location_t rhs) function
684 = compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true));
697 return compare_location (lhs->sloc, rhs->sloc);

Completed in 29 milliseconds