getthisx          693 src/cmd/gc/dcl.c 		for(ft=getthisx(t)->type; ft; ft=ft->down) {
getthisx         1171 src/cmd/gc/dcl.c 	rcvr = getthisx(f)->type;
getthisx         1338 src/cmd/gc/dcl.c 	pa = getthisx(t)->type;	// ptr to this structure
getthisx          989 src/cmd/gc/esc.c 		t = getthisx(fntype)->type;
getthisx          305 src/cmd/gc/export.c 			Bprint(bout, "\tfunc (%#T) %#hhS %#hT { %#H }\n", getthisx(f->type)->type, f->sym, f->type, f->type->nname->inl);
getthisx          308 src/cmd/gc/export.c 			Bprint(bout, "\tfunc (%#T) %#hhS %#hT\n", getthisx(f->type)->type, f->sym, f->type);
getthisx          616 src/cmd/gc/fmt.c 				fmtprint(fp, "method%T func%T", getthisx(t), getinargx(t));
getthisx         1360 src/cmd/gc/go.h Type*	getthisx(Type *t);
getthisx           66 src/cmd/gc/inl.c 		rcvr = getthisx(fn->type)->type->type;
getthisx          602 src/cmd/gc/inl.c 		t = getthisx(fn->type)->type;
getthisx          661 src/cmd/gc/inl.c 		t = getthisx(fn->type)->type;
getthisx         1198 src/cmd/gc/plive.c 	thisargtype = getthisx(lv->fn->type);
getthisx          392 src/cmd/gc/reflect.c 		if (!getthisx(f->type)->type)
getthisx          405 src/cmd/gc/reflect.c 		this = getthisx(f->type)->type->type;
getthisx         1035 src/cmd/gc/reflect.c 		for(t1=getthisx(t)->type; t1; t1=t1->down)
getthisx         1060 src/cmd/gc/reflect.c 		for(t1=getthisx(t)->type; t1; t1=t1->down, n++)
getthisx         2550 src/cmd/gc/subr.c 	methodrcvr = getthisx(method->type)->type->type;
getthisx         3152 src/cmd/gc/subr.c 		rcvr = getthisx(tm->type)->type->type;
getthisx         1142 src/cmd/gc/typecheck.c 			tp = getthisx(t)->type->type;
getthisx         2069 src/cmd/gc/typecheck.c 	if(isptr[getthisx(f2->type)->type->type->etype]
getthisx         2138 src/cmd/gc/typecheck.c 		rcvr = getthisx(f2->type)->type->type;
getthisx         3010 src/cmd/gc/typecheck.c 	rcvr = getthisx(t)->type;