Searched refs:ForEach (Results 1 – 1 of 1) sorted by relevance
246 const RSExportForEach *ForEach = *I; in genForEachDeclarations() local248 if (ForEach->isDummyRoot()) { in genForEachDeclarations()262 std::string FunctionStart = "void forEach_" + ForEach->getName() + "("; in genForEachDeclarations()266 const RSExportForEach::InVec &Ins = ForEach->getIns(); in genForEachDeclarations()274 if (ForEach->hasOut() || ForEach->hasReturn()) { in genForEachDeclarations()279 const RSExportRecordType *ERT = ForEach->getParamPacketType(); in genForEachDeclarations()281 for (RSExportForEach::const_param_iterator i = ForEach->params_begin(), in genForEachDeclarations()282 e = ForEach->params_end(); in genForEachDeclarations()