Home
last modified time | relevance | path

Searched refs:coro_emit_helpers (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c17008 bool coro_emit_helpers = false; in finish_function() local
17040 coro_emit_helpers = morph_fn_to_coro (fndecl, &resumer, &destroyer); in finish_function()
17046 if (coro_emit_helpers && use_eh_spec_block (fndecl)) in finish_function()
17297 if (coro_emit_helpers) in finish_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc17831 bool coro_emit_helpers = false; in finish_function() local
17863 coro_emit_helpers = morph_fn_to_coro (fndecl, &resumer, &destroyer); in finish_function()
17869 if (coro_emit_helpers && use_eh_spec_block (fndecl)) in finish_function()
18128 if (coro_emit_helpers) in finish_function()