Lines Matching full:retty
2785 Type *RetTy = FTy->getReturnType();2796 TypePrinter.print(FTy->isVarArg() ? FTy : RetTy, Out);2820 Type *RetTy = FTy->getReturnType();2838 (!RetTy->isPointerTy() ||2839 !cast<PointerType>(RetTy)->getElementType()->isFunctionTy())) {2840 TypePrinter.print(RetTy, Out);