OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 05:31:52 UTC 2026