Home
last modified time | relevance | path

Searched refs:setup_call (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc2541 tree setup_call in build_init_or_final_await() local
2546 if (flag_exceptions && is_final && setup_call != error_mark_node in build_init_or_final_await()
2547 && coro_diagnose_throwing_final_aw_expr (setup_call)) in build_init_or_final_await()
2552 return build_co_await (loc, setup_call, (is_final ? FINAL_SUSPEND_POINT in build_init_or_final_await()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc2683 tree setup_call in build_init_or_final_await() local
2688 if (flag_exceptions && is_final && setup_call != error_mark_node in build_init_or_final_await()
2689 && coro_diagnose_throwing_final_aw_expr (setup_call)) in build_init_or_final_await()
2694 return build_co_await (loc, setup_call, (is_final ? FINAL_SUSPEND_POINT in build_init_or_final_await()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c6909 tree setup_call in lower_oacc_reductions() local
6929 gimplify_assign (v1, setup_call, &before_fork); in lower_oacc_reductions()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc7609 tree setup_call in lower_oacc_reductions() local
7631 gimplify_assign (unshare_expr (v1), setup_call, &before_fork); in lower_oacc_reductions()