HomeSort by relevance Sort by last modified time
    Searched defs:ForeachLoop (Results 1 - 3 of 3) 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;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGParser.h 30 struct ForeachLoop;
48 std::unique_ptr<ForeachLoop> Loop;
54 RecordsEntry(std::unique_ptr<ForeachLoop> Loop)
58 /// ForeachLoop - Record the iteration state associated with a for loop.
60 struct ForeachLoop {
68 ForeachLoop(SMLoc Loc, VarInit *IVar, Init *LValue)
95 std::vector<std::unique_ptr<ForeachLoop>> Loops;
149 bool resolve(const ForeachLoop &Loop, SubstStack &Stack, bool Final,
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 62 milliseconds