OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:syma
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-into-ssa.cc
3239
const_tree
syma
= *(const const_tree *)a;
local
3241
if (DECL_UID (
syma
) == DECL_UID (symb))
3243
return DECL_UID (
syma
) < DECL_UID (symb) ? -1 : 1;
/src/external/gpl3/gcc/dist/gcc/
tree-into-ssa.cc
3320
const_tree
syma
= *(const const_tree *)a;
local
3322
if (DECL_UID (
syma
) == DECL_UID (symb))
3324
return DECL_UID (
syma
) < DECL_UID (symb) ? -1 : 1;
Completed in 16 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026