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

/freebsd-12-stable/contrib/gcc/
H A Dtree-nested.c797 get_static_chain (struct nesting_info *info, tree target_context,
803 if (info->context == target_context)
805 x = build_addr (info->frame_decl, target_context);
811 for (i = info->outer; i->context != target_context; i = i->outer)
829 get_frame_field (struct nesting_info *info, tree target_context,
835 if (info->context == target_context)
845 for (i = info->outer; i->context != target_context; i = i->outer)
870 tree target_context;
882 target_context = decl_function_context (decl);
885 if (info->context == target_context)
795 get_static_chain(struct nesting_info *info, tree target_context, tree_stmt_iterator *tsi) argument
827 get_frame_field(struct nesting_info *info, tree target_context, tree field, tree_stmt_iterator *tsi) argument
868 tree target_context; local
970 tree target_context = decl_function_context (t); local
1492 tree t = *tp, label, new_label, target_context, x, arg, field; local
1599 tree t = *tp, decl, target_context, x, arg; local
1678 tree t = *tp, decl, target_context; local
[all...]

Completed in 49 milliseconds