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

  /external/clang/lib/AST/
StmtOpenMP.cpp 97 Dir->setLastIteration(Exprs.LastIteration);
139 Dir->setLastIteration(Exprs.LastIteration);
192 Dir->setLastIteration(Exprs.LastIteration);
361 Dir->setLastIteration(Exprs.LastIteration);
412 Dir->setLastIteration(Exprs.LastIteration);
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h 517 Expr *LastIteration;
566 return IterationVarRef != nullptr && LastIteration != nullptr &&
575 LastIteration = nullptr;
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 116 milliseconds