Lines Matching refs:target_context

870 get_static_chain (struct nesting_info *info, tree target_context,
876 if (info->context == target_context)
886 for (i = info->outer; i->context != target_context; i = i->outer)
905 get_frame_field (struct nesting_info *info, tree target_context,
911 if (info->context == target_context)
923 for (i = info->outer; i->context != target_context; i = i->outer)
950 tree target_context;
959 target_context = decl_function_context (decl);
962 if (info->context == target_context)
974 for (i = info->outer; i->context != target_context; i = i->outer)
1013 && info->context != target_context
1047 tree x, target_context = decl_function_context (t);
1049 if (info->context == target_context)
1059 while (i && i->context != target_context)
1066 IDENTIFIER_POINTER (DECL_NAME (target_context)),
1070 x = get_frame_field (info, target_context, x, &wi->gsi);
2473 tree label, new_label, target_context, x, field;
2490 target_context = decl_function_context (label);
2491 if (target_context == info->context)
2497 for (i = info->outer; target_context != i->context; i = i->outer)
2519 x = get_frame_field (info, target_context, field, gsi);
2590 tree t = *tp, decl, target_context, x, builtin;
2609 target_context = decl_function_context (decl);
2610 if (!target_context)
2624 for (i = info; i->context != target_context; i = i->outer)
2636 x = get_frame_field (info, target_context, x, &wi->gsi);
2782 tree decl, target_context;
2795 target_context = decl_function_context (decl);
2796 if (target_context && DECL_STATIC_CHAIN (decl))
2799 while (i && i->context != target_context)
2806 IDENTIFIER_POINTER (DECL_NAME (target_context)),
2810 get_static_chain (info, target_context,
2812 info->static_chain_added |= (1 << (info->context != target_context));