OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_callee
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cgraph.h
1772
if (e->
next_callee
&& e->
next_callee
->speculative
1773
&& e->
next_callee
->call_stmt == e->call_stmt
1774
&& e->
next_callee
->lto_stmt_uid == e->lto_stmt_uid)
1775
return e->
next_callee
;
1787
true; e2 = e2->
next_callee
)
1911
cgraph_edge *
next_callee
;
variable
/src/external/gpl3/gcc.old/dist/gcc/
cgraph.h
1769
if (e->
next_callee
&& e->
next_callee
->speculative
1770
&& e->
next_callee
->call_stmt == e->call_stmt
1771
&& e->
next_callee
->lto_stmt_uid == e->lto_stmt_uid)
1772
return e->
next_callee
;
1784
true; e2 = e2->
next_callee
)
1908
cgraph_edge *
next_callee
;
variable
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026