Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c870 get_static_chain (struct nesting_info *info, tree target_context, in get_static_chain() argument
876 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() argument
911 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() local
959 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc970 get_static_chain (struct nesting_info *info, tree target_context, in get_static_chain() argument
976 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() argument
1011 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() local
1090 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 …]