Searched refs:ForEach (Results 1 – 7 of 7) sorted by relevance
598 struct ForEach { struct599 ForEach() : mState(S_Initial) { } in ForEach() argument600 ForEach(const ForEach &) = delete;601 void operator=(const ForEach &) = delete; argument622 ForEach *mForEaches; // indexed by ordinal (lexical order)
253 const RSExportForEach *ForEach = *I; in genForEachDeclarations() local255 if (ForEach->isDummyRoot()) { in genForEachDeclarations()269 std::string FunctionStart = "void forEach_" + ForEach->getName() + "("; in genForEachDeclarations()273 const RSExportForEach::InVec &Ins = ForEach->getIns(); in genForEachDeclarations()280 if (ForEach->hasOut() || ForEach->hasReturn()) { in genForEachDeclarations()284 const RSExportRecordType *ERT = ForEach->getParamPacketType(); in genForEachDeclarations()286 for (RSExportForEach::const_param_iterator i = ForEach->params_begin(), in genForEachDeclarations()287 e = ForEach->params_end(); in genForEachDeclarations()
181 case File::ForEach::S_Initial: in dump()184 case File::ForEach::S_Collected: in dump()187 case File::ForEach::S_UseMatched: in dump()244 file.mForEaches = new File::ForEach[Count]; in beginForEaches()281 slangAssert(foreach.mState == File::ForEach::S_Initial); in beginForEach()282 foreach.mState = File::ForEach::S_Collected; in beginForEach()298 slangAssert(foreach.mState == File::ForEach::S_Collected); in beginForEach()299 foreach.mState = File::ForEach::S_UseMatched; in beginForEach()561 if (fe.mState == File::ForEach::S_Collected) { in endForEaches()
173 {{ForEach $.CallParameters "Parameter" | JoinWith ", "}}
240 {{ForEach $.Fields "Field" | JoinWith "\n"}}
413 {{ForEach $.CallParameters "XML.Parameter" | JoinWith ", "}}
526 {{$tail_types := (ForEach $ptail "ParameterType" | JoinWith ", ")}}1086 {{ForEach $.CallParameters "ParameterName" | JoinWith ", "}}