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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc930 tree this_tree = get_symbol_decl (d->vthis); local
936 this_tree = component_ref (build_deref (this_tree), vthis_field);
941 cfun->language->static_chain = this_tree;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc994 tree this_tree = get_symbol_decl (d->vthis); local
1000 this_tree = component_ref (build_deref (this_tree), vthis_field);
1005 d_function_chain->static_chain = this_tree;

Completed in 92 milliseconds