Lines Matching refs:vthis
158 For nested functions, D still generates a vthis, but it
160 if (decl->vthis)
162 tree parm_decl = get_symbol_decl (decl->vthis);
978 if (d->vthis)
979 d_function_chain->static_chain = get_symbol_decl (d->vthis);
984 tree this_tree = get_symbol_decl (d->vthis);
989 tree vthis_field = get_symbol_decl (ad->vthis);
1042 if (d->vthis && d->vthis->type == Type::tvoidptr)
1046 tree parm_decl = get_symbol_decl (d->vthis);
1705 gcc_assert (fd->vthis);
1715 if (fd->vthis == vd)
1718 t = get_decl_tree (fd->vthis);
1727 tree vfield = get_symbol_decl (ad->vthis);
1744 t = indirect_ref (build_ctype (fd->vthis->type), t);