methodfunc 1298 src/cmd/gc/go.h Type* methodfunc(Type *f, Type*); methodfunc 424 src/cmd/gc/reflect.c a->type = methodfunc(f->type, t); methodfunc 425 src/cmd/gc/reflect.c a->mtype = methodfunc(f->type, nil); methodfunc 476 src/cmd/gc/reflect.c a->type = methodfunc(f->type, nil); methodfunc 3140 src/cmd/gc/subr.c imtype = methodfunc(im->type, 0); methodfunc 3142 src/cmd/gc/subr.c if(tm == T || tm->nointerface || !eqtype(methodfunc(tm->type, 0), imtype)) { methodfunc 805 src/cmd/gc/typecheck.c n->type = methodfunc(n->type, n->left->type);