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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c3419 tree catch_list;
3582 tree_stmt_iterator i = tsi_start (cur_try_context->catch_list);
3705 if (cur_try_context->catch_list)
3803 else if (cur_try_context->catch_list)
3807 tree_stmt_iterator i = tsi_start (cur_try_context->catch_list);
3848 append_to_statement_list (c, &cur_try_context->catch_list);
3870 if (c->catch_list == NULL && c->finally_body == NULL)
3887 if (c->catch_list)
3889 stmt = build_stmt (TRY_CATCH_EXPR, stmt, c->catch_list);
3413 tree catch_list; member in struct:objc_try_context

Completed in 131 milliseconds