Searched refs:target_context (Results 1 – 2 of 2) sorted by relevance
870 get_static_chain (struct nesting_info *info, tree target_context, in get_static_chain() argument876 if (info->context == target_context) in get_static_chain()886 for (i = info->outer; i->context != target_context; i = i->outer) in get_static_chain()905 get_frame_field (struct nesting_info *info, tree target_context, in get_frame_field() argument911 if (info->context == target_context) in get_frame_field()923 for (i = info->outer; i->context != target_context; i = i->outer) in get_frame_field()950 tree target_context; in get_nonlocal_debug_decl() local959 target_context = decl_function_context (decl); in get_nonlocal_debug_decl()962 if (info->context == target_context) in get_nonlocal_debug_decl()974 for (i = info->outer; i->context != target_context; i = i->outer) in get_nonlocal_debug_decl()[all …]
970 get_static_chain (struct nesting_info *info, tree target_context, in get_static_chain() argument976 if (info->context == target_context) in get_static_chain()986 for (i = info->outer; i->context != target_context; i = i->outer) in get_static_chain()1005 get_frame_field (struct nesting_info *info, tree target_context, in get_frame_field() argument1011 if (info->context == target_context) in get_frame_field()1023 for (i = info->outer; i->context != target_context; i = i->outer) in get_frame_field()1081 tree target_context; in get_nonlocal_debug_decl() local1090 target_context = decl_function_context (decl); in get_nonlocal_debug_decl()1093 if (info->context == target_context) in get_nonlocal_debug_decl()1105 for (i = info->outer; i->context != target_context; i = i->outer) in get_nonlocal_debug_decl()[all …]