Searched refs:stack_decl (Results 1 – 2 of 2) sorted by relevance
2525 t = build_fold_addr_expr_loc (input_location, (*ctcp)->stack_decl); in next_sjlj_build_try_exit()2546 t = build_fold_addr_expr_loc (input_location, (*ctcp)->stack_decl); in next_sjlj_build_enter_and_setjmp()2551 t = objc_build_component_ref ((*ctcp)->stack_decl, in next_sjlj_build_enter_and_setjmp()2582 t = build_fold_addr_expr_loc (input_location, (*ctcp)->stack_decl); in next_sjlj_build_exc_extract()2702 tree rethrow_decl, stack_decl, t; in next_sjlj_build_try_catch_finally() local2708 stack_decl = objc_create_temporary_var (t, NULL); in next_sjlj_build_try_catch_finally()2709 cur_try_context->stack_decl = stack_decl; in next_sjlj_build_try_catch_finally()2713 TREE_CHAIN (rethrow_decl) = stack_decl; in next_sjlj_build_try_catch_finally()
688 tree stack_decl; member