OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nt_a
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-dfa.cc
970
const numbered_tree *
nt_a
= ((const numbered_tree *)pa);
local
973
if (DECL_UID (
nt_a
->t) != DECL_UID (nt_b->t))
974
return DECL_UID (
nt_a
->t) - DECL_UID (nt_b->t);
975
return
nt_a
->num - nt_b->num;
/src/external/gpl3/gcc.old/dist/gcc/
tree-dfa.cc
976
const numbered_tree *
nt_a
= ((const numbered_tree *)pa);
local
979
if (DECL_UID (
nt_a
->t) != DECL_UID (nt_b->t))
980
return DECL_UID (
nt_a
->t) - DECL_UID (nt_b->t);
981
return
nt_a
->num - nt_b->num;
Completed in 22 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026