isifacemethod    1118 src/cmd/gc/go.h int	isifacemethod(Type *f);
isifacemethod     409 src/cmd/gc/reflect.c 		&& f->embedded != 2 && !isifacemethod(f->type))
isifacemethod    2576 src/cmd/gc/subr.c 	if(!flag_race && isptr[rcvr->etype] && isptr[methodrcvr->etype] && method->embedded && !isifacemethod(method->type)) {
isifacemethod    3153 src/cmd/gc/subr.c 		if(isptr[rcvr->etype] && !isptr[t0->etype] && !followptr && !isifacemethod(tm->type)) {
isifacemethod    2072 src/cmd/gc/typecheck.c 	&& !isifacemethod(f2->type)) {