Searched refs:getIsLastIterVariable (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1993 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/ |
D | StmtOpenMP.h | 642 Expr *getIsLastIterVariable() const { in getIsLastIterVariable() function
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2928 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getIsLastIterVariable())); in EmitOMPWorksharingLoop() 4674 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getIsLastIterVariable())); in EmitOMPDistributeLoop() 6466 mapParam(CGF, cast<DeclRefExpr>(S.getIsLastIterVariable()), *LIP, in EmitOMPTaskLoopBasedDirective()
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 949 Expr *getIsLastIterVariable() const { in getIsLastIterVariable() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 2191 Record.AddStmt(D->getIsLastIterVariable()); in VisitOMPLoopDirective()
|