getoutargx 354 src/cmd/gc/closure.c for(t = getoutargx(t0)->type; t; t = t->down) { getoutargx 711 src/cmd/gc/dcl.c for(ft=getoutargx(t)->type; ft; ft=ft->down) { getoutargx 972 src/cmd/gc/esc.c for(t=getoutargx(fntype)->type; t; t=t->down) { getoutargx 625 src/cmd/gc/fmt.c fmtprint(fp, " %T", getoutargx(t)->type->type); // struct->field->field's type getoutargx 629 src/cmd/gc/fmt.c fmtprint(fp, " %T", getoutargx(t)); getoutargx 1358 src/cmd/gc/go.h Type* getoutargx(Type *t); getoutargx 586 src/cmd/gc/inl.c for(t = getoutargx(fn->type)->type; t; t = t->down) { getoutargx 255 src/cmd/gc/range.c a->rlist = list1(mkcall1(fn, getoutargx(fn->type), nil, ha, hv1)); getoutargx 348 src/cmd/gc/reflect.c for(t=getoutargx(f)->type; t; t=t->down) { getoutargx 1042 src/cmd/gc/reflect.c for(t1=getoutargx(t)->type; t1; t1=t1->down) getoutargx 1064 src/cmd/gc/reflect.c for(t1=getoutargx(t)->type; t1; t1=t1->down, n++) getoutargx 1165 src/cmd/gc/typecheck.c t = getoutargx(l->type)->type; getoutargx 1178 src/cmd/gc/typecheck.c n->type = getoutargx(l->type); getoutargx 1736 src/cmd/gc/typecheck.c typecheckaste(ORETURN, nil, 0, getoutargx(curfn->type), n->list, "return argument"); getoutargx 724 src/cmd/gc/walk.c r = mkcall1(fn, getoutargx(fn->type), init, typename(t), r->left, key);