OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:actor_decl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc
85
tree
actor_decl
; /* The synthesized actor function. */
variable
711
return info->
actor_decl
;
4290
gcc_checking_assert ((actor_p && info->
actor_decl
== NULL_TREE)
4293
info->
actor_decl
= fn;
/src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc
85
tree
actor_decl
; /* The synthesized actor function. */
variable
582
return info->
actor_decl
;
4059
gcc_checking_assert ((actor_p && info->
actor_decl
== NULL_TREE)
4062
info->
actor_decl
= fn;
Completed in 33 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026