Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp56 mResultType = FD->getReturnType().getCanonicalType(); in validateAndConstructParams()
79 if (mResultType != C.VoidTy) { in validateAndConstructOldStyleParams()
165 mHasReturnType = (mResultType != C.VoidTy); in validateAndConstructKernelParams()
167 if (mResultType->isPointerType()) { in validateAndConstructKernelParams()
171 << FD->getName() << mResultType.getAsString(); in validateAndConstructKernelParams()
425 const clang::Type *T = FE->mResultType.getTypePtr(); in Create()
Dslang_rs_export_foreach.h63 clang::QualType mResultType; // return type (if present). variable
75 mResultType(clang::QualType()), mHasReturnType(false), in RSExportForEach()