Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp498 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
507 Clause->setPostUpdateExpr(PostUpdate); in Create()
570 Stmt *PreInit, Expr *PostUpdate) { in Create() argument
591 Clause->setPostUpdateExpr(PostUpdate); in Create()
772 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
784 Clause->setPostUpdateExpr(PostUpdate); in Create()
843 Expr *PostUpdate) { in Create() argument
853 Clause->setPostUpdateExpr(PostUpdate); in Create()
905 ArrayRef<Expr *> TaskgroupDescriptors, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
916 Clause->setPostUpdateExpr(PostUpdate); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h153 Expr *PostUpdate = nullptr; variable
161 void setPostUpdateExpr(Expr *S) { PostUpdate = S; } in setPostUpdateExpr()
165 const Expr *getPostUpdateExpr() const { return PostUpdate; } in getPostUpdateExpr()
168 Expr *getPostUpdateExpr() { return PostUpdate; } in getPostUpdateExpr()
2648 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate);
3022 Stmt *PreInit, Expr *PostUpdate);
3295 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
3540 Stmt *PreInit, Expr *PostUpdate);
3768 Stmt *PreInit, Expr *PostUpdate);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1188 if (const Expr *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLastprivateClauseFinal() local
1189 EmitIgnoredExpr(PostUpdate); in EmitOMPLastprivateClauseFinal()
1462 if (const Expr *PostUpdate = C->getPostUpdateExpr()) { in emitPostUpdateForReductionClause() local
1473 CGF.EmitIgnoredExpr(PostUpdate); in emitPostUpdateForReductionClause()
2159 if (const Expr *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLinearClauseFinal() local
2160 EmitIgnoredExpr(PostUpdate); in EmitOMPLinearClauseFinal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8878 Expr *PostUpdate = nullptr; in buildPostUpdate() local
8886 PostUpdate = PostUpdate in buildPostUpdate()
8888 PostUpdate, ConvE) in buildPostUpdate()
8893 return PostUpdate; in buildPostUpdate()