Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDtree-nested.c795 get_static_chain (struct nesting_info *info, tree target_context, in get_static_chain() argument
801 if (info->context == target_context) in get_static_chain()
803 x = build_addr (info->frame_decl, target_context); in get_static_chain()
809 for (i = info->outer; i->context != target_context; i = i->outer) in get_static_chain()
827 get_frame_field (struct nesting_info *info, tree target_context, in get_frame_field() argument
833 if (info->context == target_context) in get_frame_field()
843 for (i = info->outer; i->context != target_context; i = i->outer) in get_frame_field()
868 tree target_context; in get_nonlocal_debug_decl() local
880 target_context = decl_function_context (decl); in get_nonlocal_debug_decl()
883 if (info->context == target_context) in get_nonlocal_debug_decl()
[all …]