OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ultimate_node
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
supergraph.cc
68
cgraph_node *
ultimate_node
= edge->callee->ultimate_alias_target ();
local
69
if (!
ultimate_node
)
71
return
ultimate_node
->get_fun ();
region-model.cc
6253
const cgraph_node *
ultimate_node
= node->ultimate_alias_target ();
local
6254
if (
ultimate_node
)
6255
return
ultimate_node
->decl;
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
supergraph.cc
68
cgraph_node *
ultimate_node
= edge->callee->ultimate_alias_target ();
local
69
if (!
ultimate_node
)
71
return
ultimate_node
->get_fun ();
region-model.cc
4249
const cgraph_node *
ultimate_node
= node->ultimate_alias_target ();
local
4250
if (
ultimate_node
)
4251
return
ultimate_node
->decl;
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026