Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/objc/
Dobjc-act.c3413 tree catch_list; member
3576 tree_stmt_iterator i = tsi_start (cur_try_context->catch_list); in next_sjlj_build_catch_list()
3699 if (cur_try_context->catch_list) in next_sjlj_build_try_catch_finally()
3797 else if (cur_try_context->catch_list) in objc_begin_catch_clause()
3801 tree_stmt_iterator i = tsi_start (cur_try_context->catch_list); in objc_begin_catch_clause()
3842 append_to_statement_list (c, &cur_try_context->catch_list); in objc_finish_catch_clause()
3864 if (c->catch_list == NULL && c->finally_body == NULL) in objc_finish_try_stmt()
3881 if (c->catch_list) in objc_finish_try_stmt()
3883 stmt = build_stmt (TRY_CATCH_EXPR, stmt, c->catch_list); in objc_finish_try_stmt()