Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dtree-nested.c325 get_chain_decl (struct nesting_info *info) in get_chain_decl() function
807 x = get_chain_decl (info); in get_static_chain()
841 x = get_chain_decl (info); in get_frame_field()
892 x = get_chain_decl (info); in get_nonlocal_debug_decl()
1087 decl = get_chain_decl (info); in convert_nonlocal_reference()
1715 decl = i ? get_chain_decl (info) : info->frame_decl; in convert_call_expr()
1833 x = build2 (MODIFY_EXPR, TREE_TYPE (x), x, get_chain_decl (root)); in finalize_nesting_tree_1()
DChangeLog.tree-ssa727 * tree-nested.c (get_chain_decl): Mark the chain decl with
DChangeLog-200432362 * tree-nested.c (get_chain_decl): Create a PARM_DECL by hand.