Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp117 mResultType = FD->getReturnType().getCanonicalType(); in validateAndConstructParams()
140 if (mResultType != C.VoidTy) { in validateAndConstructOldStyleParams()
226 mHasReturnType = (mResultType != C.VoidTy); in validateAndConstructKernelParams()
228 if (mResultType->isPointerType()) { in validateAndConstructKernelParams()
232 << FD->getName() << mResultType.getAsString(); in validateAndConstructKernelParams()
551 const clang::Type *T = FE->mResultType.getTypePtr(); in Create()
Dslang_rs_export_foreach.h64 clang::QualType mResultType; // return type (if present). variable
76 mResultType(clang::QualType()), mHasReturnType(false), in RSExportForEach()