HomeSort by relevance Sort by last modified time
    Searched refs:ForeachLoop (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/TableGen/
TGParser.h 45 /// ForeachLoop - Record the iteration state associated with a for loop.
47 struct ForeachLoop {
51 ForeachLoop(VarInit *IVar, ListInit *LValue)
62 typedef std::vector<ForeachLoop> LoopVector;
TGParser.cpp 315 ForeachLoop &CurLoop = Loops[IterVals.size()];
    [all...]

Completed in 36 milliseconds