Searched refs:mHasReturnType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_foreach.h65 bool mHasReturnType; // does this kernel have a return type? member in class:slang::RSExportForEach
76 mResultType(clang::QualType()), mHasReturnType(false),
122 return mHasReturnType;
H A Dslang_rs_export_foreach.cpp182 mHasReturnType = (mResultType != C.VoidTy);
234 if (valid && mIns.empty() && !mHasReturnType && Context->getTargetAPI() < SLANG_M_TARGET_API) {
277 slangAssert(!mHasReturnType);
281 const bool HasOut = mOut || mHasReturnType;
400 if (FE->mIsKernelStyle && FE->mHasReturnType) {

Completed in 56 milliseconds