HomeSort by: relevance | last modified time | path
    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