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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp246 const RSExportForEach *ForEach = *I; local
248 if (ForEach->isDummyRoot()) {
262 std::string FunctionStart = "void forEach_" + ForEach->getName() + "(";
266 const RSExportForEach::InVec &Ins = ForEach->getIns();
274 if (ForEach->hasOut() || ForEach->hasReturn()) {
279 const RSExportRecordType *ERT = ForEach->getParamPacketType();
281 for (RSExportForEach::const_param_iterator i = ForEach->params_begin(),
282 e = ForEach->params_end();

Completed in 57 milliseconds