Home
last modified time | relevance | path

Searched refs:PostUpdate (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp506 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
515 Clause->setPostUpdateExpr(PostUpdate); in Create()
578 Stmt *PreInit, Expr *PostUpdate) { in Create() argument
599 Clause->setPostUpdateExpr(PostUpdate); in Create()
787 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
799 Clause->setPostUpdateExpr(PostUpdate); in Create()
858 Expr *PostUpdate) { in Create() argument
868 Clause->setPostUpdateExpr(PostUpdate); in Create()
920 ArrayRef<Expr *> TaskgroupDescriptors, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
931 Clause->setPostUpdateExpr(PostUpdate); in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h154 Expr *PostUpdate = nullptr; variable
162 void setPostUpdateExpr(Expr *S) { PostUpdate = S; } in setPostUpdateExpr()
166 const Expr *getPostUpdateExpr() const { return PostUpdate; } in getPostUpdateExpr()
169 Expr *getPostUpdateExpr() { return PostUpdate; } in getPostUpdateExpr()
2873 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate);
3247 Stmt *PreInit, Expr *PostUpdate);
3520 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
3765 Stmt *PreInit, Expr *PostUpdate);
3993 Stmt *PreInit, Expr *PostUpdate);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1187 if (const Expr *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLastprivateClauseFinal() local
1188 EmitIgnoredExpr(PostUpdate); in EmitOMPLastprivateClauseFinal()
1454 if (const Expr *PostUpdate = C->getPostUpdateExpr()) { in emitPostUpdateForReductionClause() local
1465 CGF.EmitIgnoredExpr(PostUpdate); in emitPostUpdateForReductionClause()
2202 if (const Expr *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLinearClauseFinal() local
2203 EmitIgnoredExpr(PostUpdate); in EmitOMPLinearClauseFinal()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9421 Expr *PostUpdate = nullptr; in buildPostUpdate() local
9429 PostUpdate = PostUpdate in buildPostUpdate()
9431 PostUpdate, ConvE) in buildPostUpdate()
9436 return PostUpdate; in buildPostUpdate()