Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp175 static constexpr unsigned kNumParams = sizeof(ParamTypes) / sizeof(ParamTypes[0]); in CreateForEachInternalFunctionDecl() local
176 clang::ParmVarDecl *ParamDecls[kNumParams]; in CreateForEachInternalFunctionDecl()
177 for (unsigned I = 0; I != kNumParams; ++I) { in CreateForEachInternalFunctionDecl()
184 FD->setParams(llvm::makeArrayRef(ParamDecls, kNumParams)); in CreateForEachInternalFunctionDecl()