Searched refs:finally_body (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c3408 tree finally_body;
3738 append_to_statement_list (cur_try_context->finally_body,
3857 cur_try_context->finally_body = body;
3870 if (c->catch_list == NULL && c->finally_body == NULL)
3876 if (!cur_try_context->finally_body)
3892 if (c->finally_body)
3894 stmt = build_stmt (TRY_FINALLY_EXPR, stmt, c->finally_body);
3402 tree finally_body; member in struct:objc_try_context

Completed in 85 milliseconds