OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c_node
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-profile.cc
417
struct cgraph_node *
c_node
= cgraph_node::get (current_function_decl);
local
426
if (
c_node
->only_called_directly_p ()
427
||
c_node
->called_by_ifunc_resolver)
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc
537
struct cgraph_node *
c_node
;
local
548
c_node
= cgraph_node::get (fndecl);
549
c_node
=
c_node
->ultimate_alias_target ();
550
return !
c_node
->only_called_directly_p ();
/src/external/gpl3/gcc/dist/gcc/
tree-profile.cc
1584
struct cgraph_node *
c_node
= cgraph_node::get (current_function_decl);
local
1593
if (
c_node
->only_called_directly_p ()
1594
||
c_node
->called_by_ifunc_resolver)
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc
545
struct cgraph_node *
c_node
;
local
556
c_node
= cgraph_node::get (fndecl);
557
c_node
=
c_node
->ultimate_alias_target ();
558
return !
c_node
->only_called_directly_p ();
Completed in 49 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026