Home
last modified time | relevance | path

Searched refs:mResultType (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp73 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()
Dslang_rs_export_reduce.h78 RSExportType *mResultType; variable
98 mResultType(nullptr) { in RSExportReduce()
158 const RSExportType *getResultType() const { return mResultType; } in getResultType()
Dslang_rs_export_foreach.h64 clang::QualType mResultType; // return type (if present). variable
76 mResultType(clang::QualType()), mHasReturnType(false), in RSExportForEach()
Dslang_rs_export_reduce.cpp718 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()