Searched refs:mResultType (Results 1 – 4 of 4) sorted by relevance
73 mResultType = FD->getReturnType().getCanonicalType(); in validateAndConstructParams()96 if (mResultType != C.VoidTy) { in validateAndConstructOldStyleParams()182 mHasReturnType = (mResultType != C.VoidTy); in validateAndConstructKernelParams()184 if (mResultType->isPointerType()) { in validateAndConstructKernelParams()188 << FD->getName() << mResultType.getAsString(); in validateAndConstructKernelParams()401 const clang::Type *ReturnType = FE->mResultType.getTypePtr(); in Create()
78 RSExportType *mResultType; variable98 mResultType(nullptr) { in RSExportReduce()158 const RSExportType *getResultType() const { return mResultType; } in getResultType()
64 clang::QualType mResultType; // return type (if present). variable76 mResultType(clang::QualType()), mHasReturnType(false), in RSExportForEach()
718 if ((mResultType = RSExportType::Create(&S.RSC, PointeeQType.getTypePtr(), in analyzeResultType()720 const RSExportType *CheckType = mResultType; in analyzeResultType()722 if (mResultType->getClass() == RSExportType::ExportClassConstantArray) { in analyzeResultType()723 CheckType = static_cast<const RSExportConstantArrayType *>(mResultType)->getElementType(); in analyzeResultType()735 mResultType = nullptr; in analyzeResultType()744 if (mResultType) in analyzeResultType()745 S.RSC.insertExportReduceResultType(mResultType); in analyzeResultType()