Searched refs:eh_only (Results 1 – 4 of 4) sorted by relevance
482 push_cleanup (tree decl, tree cleanup, bool eh_only) in push_cleanup() argument485 CLEANUP_EH_ONLY (stmt) = eh_only; in push_cleanup()
4181 gimple_push_cleanup (tree var, tree cleanup, bool eh_only, tree *pre_p) in gimple_push_cleanup() argument4232 CLEANUP_EH_ONLY (wce) = eh_only; in gimple_push_cleanup()
8183 push_cleanup (tree ARG_UNUSED (decl), tree cleanup, bool eh_only) in push_cleanup() argument8189 code = eh_only ? TRY_CATCH_EXPR : TRY_FINALLY_EXPR; in push_cleanup()
16485 (gimple_push_cleanup): Add eh_only parm.