Home
last modified time | relevance | path

Searched refs:getIsLastIterVariable (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1993 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getIsLastIterVariable())); in EmitOMPWorksharingLoop()
2667 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getIsLastIterVariable())); in EmitOMPDistributeLoop()
3547 mapParam(CGF, cast<DeclRefExpr>(S.getIsLastIterVariable()), *LIP, in EmitOMPTaskLoopBasedDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h642 Expr *getIsLastIterVariable() const { in getIsLastIterVariable() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2191 Record.AddStmt(D->getIsLastIterVariable()); in VisitOMPLoopDirective()