HomeSort by: relevance | last modified time | path
    Searched defs:stack_decl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-next-runtime-abi-01.cc 2529 t = build_fold_addr_expr_loc (input_location, (*ctcp)->stack_decl);
2550 t = build_fold_addr_expr_loc (input_location, (*ctcp)->stack_decl);
2555 t = objc_build_component_ref ((*ctcp)->stack_decl,
2586 t = build_fold_addr_expr_loc (input_location, (*ctcp)->stack_decl);
2706 tree rethrow_decl, stack_decl, t; local
2712 stack_decl = objc_create_temporary_var (t, NULL);
2713 cur_try_context->stack_decl = stack_decl;
2717 TREE_CHAIN (rethrow_decl) = stack_decl;
objc-act.h 734 tree stack_decl; member in struct:objc_try_context
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-next-runtime-abi-01.cc 2526 t = build_fold_addr_expr_loc (input_location, (*ctcp)->stack_decl);
2547 t = build_fold_addr_expr_loc (input_location, (*ctcp)->stack_decl);
2552 t = objc_build_component_ref ((*ctcp)->stack_decl,
2583 t = build_fold_addr_expr_loc (input_location, (*ctcp)->stack_decl);
2703 tree rethrow_decl, stack_decl, t; local
2709 stack_decl = objc_create_temporary_var (t, NULL);
2710 cur_try_context->stack_decl = stack_decl;
2714 TREE_CHAIN (rethrow_decl) = stack_decl;
objc-act.h 730 tree stack_decl; member in struct:objc_try_context

Completed in 23 milliseconds