Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DOpenMPClause.cpp255 Expr *PostUpdate) { in Create() argument
264 Clause->setPostUpdateExpr(PostUpdate); in Create()
320 Stmt *PreInit, Expr *PostUpdate) { in Create() argument
338 Clause->setPostUpdateExpr(PostUpdate); in Create()
484 Expr *PostUpdate) { in Create() argument
494 Clause->setPostUpdateExpr(PostUpdate); in Create()
/external/clang/include/clang/AST/
DOpenMPClause.h100 Expr *PostUpdate; variable
103 void setPostUpdateExpr(Expr *S) { PostUpdate = S; } in setPostUpdateExpr()
105 : OMPClauseWithPreInit(This), PostUpdate(nullptr) { in OMPClauseWithPostUpdate()
111 const Expr *getPostUpdateExpr() const { return PostUpdate; } in getPostUpdateExpr()
113 Expr *getPostUpdateExpr() { return PostUpdate; } in getPostUpdateExpr()
1534 Stmt *PreInit, Expr *PostUpdate);
1811 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2002 Stmt *PreInit, Expr *PostUpdate);
/external/guice/extensions/persist/lib/
Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/ ...
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp879 if (auto *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLastprivateClauseFinal() local
880 EmitIgnoredExpr(PostUpdate); in EmitOMPLastprivateClauseFinal()
1172 if (auto *PostUpdate = C->getPostUpdateExpr()) { in emitPostUpdateForReductionClause() local
1183 CGF.EmitIgnoredExpr(PostUpdate); in emitPostUpdateForReductionClause()
1384 if (auto *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLinearClauseFinal() local
1385 EmitIgnoredExpr(PostUpdate); in EmitOMPLinearClauseFinal()
/external/clang/lib/Sema/
DSemaOpenMP.cpp4909 Expr *PostUpdate = nullptr; in buildPostUpdate() local
4917 PostUpdate = PostUpdate in buildPostUpdate()
4919 PostUpdate, ConvE) in buildPostUpdate()
4924 return PostUpdate; in buildPostUpdate()