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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2767 append_to_statement_list (cur_try_context->finally_body,
2935 if (!c->finally_body)
2950 if (c->finally_body)
2951 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body);
H A Dobjc-act.h698 tree finally_body; member in struct:objc_try_context
H A Dobjc-gnu-runtime-abi-01.c2256 if (c->finally_body)
2257 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body);
H A Dobjc-next-runtime-abi-02.c3946 append_to_statement_list (func, &ct->finally_body);
3947 try_exp = build_stmt (loc, TRY_FINALLY_EXPR, ct->try_body, ct->finally_body);
3961 if (c->finally_body)
3962 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body);
H A Dobjc-act.c4384 cur_try_context->finally_body = body;
4397 if (c->catch_list == NULL && c->finally_body == NULL)
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h712 tree finally_body; member in struct:objc_try_context
H A Dobjc-next-runtime-abi-01.cc2768 append_to_statement_list (cur_try_context->finally_body,
2936 if (!c->finally_body)
2951 if (c->finally_body)
2952 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body);
H A Dobjc-gnu-runtime-abi-01.cc2257 if (c->finally_body)
2258 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body);
H A Dobjc-next-runtime-abi-02.cc3963 append_to_statement_list (func, &ct->finally_body);
3964 try_exp = build_stmt (loc, TRY_FINALLY_EXPR, ct->try_body, ct->finally_body);
3978 if (c->finally_body)
3979 stmt = build_stmt (c->try_locus, TRY_FINALLY_EXPR, stmt, c->finally_body);
H A Dobjc-act.cc4460 cur_try_context->finally_body = body;
4473 if (c->catch_list == NULL && c->finally_body == NULL)

Completed in 367 milliseconds