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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c870 get_static_chain (struct nesting_info *info, tree target_context, argument
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, argument
911 if (info->context == target_context)
923 for (i = info->outer; i->context != target_context; i = i->outer)
950 tree target_context; local
959 target_context = decl_function_context (decl);
962 if (info->context == target_context)
974 for (i = info->outer; i->context != target_context;
1047 tree x, target_context = decl_function_context (t); local
2473 tree label, new_label, target_context, x, field; local
2590 tree t = *tp, decl, target_context, x, builtin; local
2782 tree decl, target_context; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc970 get_static_chain (struct nesting_info *info, tree target_context, argument
976 if (info->context == target_context)
986 for (i = info->outer; i->context != target_context; i = i->outer)
1005 get_frame_field (struct nesting_info *info, tree target_context, argument
1011 if (info->context == target_context)
1023 for (i = info->outer; i->context != target_context; i = i->outer)
1081 tree target_context; local
1090 target_context = decl_function_context (decl);
1093 if (info->context == target_context)
1105 for (i = info->outer; i->context != target_context;
1165 tree x, target_context = decl_function_context (t); local
2630 tree label, new_label, target_context, x, field; local
2747 tree t = *tp, decl, target_context, x, builtin; local
2939 tree decl, target_context; local
[all...]

Completed in 143 milliseconds