Lines Matching refs:tof
4642 TypeFunction *tof = NULL; in matchType() local
4651 tof = (TypeFunction *)to->nextOf(); in matchType()
4661 tof = (TypeFunction *)to->nextOf(); in matchType()
4666 if (!tof) in matchType()
4681 if (Parameter::dim(tof->parameters) != dim || in matchType()
4682 tof->varargs != tf->varargs) in matchType()
4702 Parameter *pto = Parameter::getNth(tof->parameters, u); in matchType()
4710 if (!tf->next && tof->next) in matchType()
4727 if (!tof || !tof->next) in matchType()
4734 if (fd->inferRetType && tfx->next->implicitConvTo(tof->next) == MATCHconvert) in matchType()
4746 …TypeFunction *tfy = new TypeFunction(tfx->parameters, tof->next, tfx->varargs, tfx->linkage, STCun… in matchType()
4790 (*presult)->fd->modifyReturns(sc, tof->next); in matchType()