| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-next-runtime-abi-01.cc | 2708 struct objc_try_context *cur_try_context = *ctcp; local 2713 cur_try_context->stack_decl = stack_decl; 2716 cur_try_context->rethrow_decl = rethrow_decl; 2721 SET_EXPR_LOCATION (bind, cur_try_context->try_locus); 2727 SET_EXPR_LOCATION (t, cur_try_context->try_locus); 2732 SET_EXPR_LOCATION (try_fin, cur_try_context->try_locus); 2737 if (cur_try_context->catch_list) 2753 SET_EXPR_LOCATION (catch_seq, cur_try_context->end_try_locus); 2757 SET_EXPR_LOCATION (t, cur_try_context->try_locus); 2759 COND_EXPR_ELSE (t) = cur_try_context->try_body [all...] |
| objc-act.cc | 4294 static struct objc_try_context *cur_try_context; variable in typeref:struct:objc_try_context 4303 c->outer = cur_try_context; 4307 cur_try_context = c; 4410 if (cur_try_context->catch_list) 4414 tree_stmt_iterator i = tsi_start (cur_try_context->catch_list); 4433 t = (*runtime.begin_catch) (&cur_try_context, type, decl, compound, ellipsis); 4443 tree c = cur_try_context->current_catch; 4444 cur_try_context->current_catch = NULL; 4445 cur_try_context->end_catch_locus = input_location; 4449 (*runtime.finish_catch) (&cur_try_context, c) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-next-runtime-abi-01.cc | 2705 struct objc_try_context *cur_try_context = *ctcp; local 2710 cur_try_context->stack_decl = stack_decl; 2713 cur_try_context->rethrow_decl = rethrow_decl; 2718 SET_EXPR_LOCATION (bind, cur_try_context->try_locus); 2724 SET_EXPR_LOCATION (t, cur_try_context->try_locus); 2729 SET_EXPR_LOCATION (try_fin, cur_try_context->try_locus); 2734 if (cur_try_context->catch_list) 2750 SET_EXPR_LOCATION (catch_seq, cur_try_context->end_try_locus); 2754 SET_EXPR_LOCATION (t, cur_try_context->try_locus); 2756 COND_EXPR_ELSE (t) = cur_try_context->try_body [all...] |
| objc-act.cc | 4296 static struct objc_try_context *cur_try_context; variable in typeref:struct:objc_try_context 4305 c->outer = cur_try_context; 4309 cur_try_context = c; 4412 if (cur_try_context->catch_list) 4416 tree_stmt_iterator i = tsi_start (cur_try_context->catch_list); 4435 t = (*runtime.begin_catch) (&cur_try_context, type, decl, compound, ellipsis); 4445 tree c = cur_try_context->current_catch; 4446 cur_try_context->current_catch = NULL; 4447 cur_try_context->end_catch_locus = input_location; 4451 (*runtime.finish_catch) (&cur_try_context, c) [all...] |