Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CalleeType

3770 RValue CodeGenFunction::EmitCall(QualType CalleeType, llvm::Value *Callee,
3775 assert(CalleeType->isFunctionPointerType() &&
3781 const FunctionProtoType *NonCanonicalFTP = CalleeType->getAs<PointerType>()
3798 CalleeType = getContext().getCanonicalType(CalleeType);
3801 cast<FunctionType>(cast<PointerType>(CalleeType)->getPointeeType());
3838 EmitCheckTypeDescriptor(CalleeType)