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

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2535 t = build_fold_addr_expr_loc (input_location, (*ctcp)->stack_decl);
2556 t = build_fold_addr_expr_loc (input_location, (*ctcp)->stack_decl);
2561 t = objc_build_component_ref ((*ctcp)->stack_decl,
2592 t = build_fold_addr_expr_loc (input_location, (*ctcp)->stack_decl);
2712 tree rethrow_decl, stack_decl, t; local
2718 stack_decl = objc_create_temporary_var (t, NULL);
2719 cur_try_context->stack_decl = stack_decl;
2723 TREE_CHAIN (rethrow_decl) = stack_decl;
H A Dobjc-act.h708 tree stack_decl; member in struct:objc_try_context

Completed in 68 milliseconds