Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp245 const RSExportForEach *ForEach = *I; in genForEachDeclarations() local
247 if (ForEach->isDummyRoot()) { in genForEachDeclarations()
261 std::string FunctionStart = "void forEach_" + ForEach->getName() + "("; in genForEachDeclarations()
265 const RSExportForEach::InVec &Ins = ForEach->getIns(); in genForEachDeclarations()
273 if (ForEach->hasOut() || ForEach->hasReturn()) { in genForEachDeclarations()
278 const RSExportRecordType *ERT = ForEach->getParamPacketType(); in genForEachDeclarations()
280 for (RSExportForEach::const_param_iterator i = ForEach->params_begin(), in genForEachDeclarations()
281 e = ForEach->params_end(); in genForEachDeclarations()