Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_check_ast.cpp164 clang::QualType resultType = FD->getReturnType().getCanonicalType(); in ValidateFunctionDecl() local
168 if (!RSExportType::ValidateType(Context, C, resultType, FD, in ValidateFunctionDecl()
Dslang_rs_foreach_lowering.cpp233 clang::QualType resultType = kernel->getReturnType().getCanonicalType(); in VisitCallExpr() local
234 const unsigned numOutputsExpected = resultType->isVoidType() ? 0 : 1; in VisitCallExpr()