Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/ns/
Dnoise_estimator.h38 void PostUpdate(
Dnoise_estimator.cc149 void NoiseEstimator::PostUpdate( in PostUpdate() function in webrtc::NoiseEstimator
Dnoise_suppressor.cc372 ch_p->noise_estimator.PostUpdate( in Analyze()
/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/llvm-project/clang/lib/AST/
DOpenMPClause.cpp479 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
488 Clause->setPostUpdateExpr(PostUpdate); in Create()
551 Stmt *PreInit, Expr *PostUpdate) { in Create() argument
572 Clause->setPostUpdateExpr(PostUpdate); in Create()
753 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
765 Clause->setPostUpdateExpr(PostUpdate); in Create()
824 Expr *PostUpdate) { in Create() argument
834 Clause->setPostUpdateExpr(PostUpdate); in Create()
886 ArrayRef<Expr *> TaskgroupDescriptors, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
897 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/llvm-project/clang/include/clang/AST/
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()
2554 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate);
2928 Stmt *PreInit, Expr *PostUpdate);
3201 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
3446 Stmt *PreInit, Expr *PostUpdate);
3674 Stmt *PreInit, Expr *PostUpdate);
/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/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1165 if (const Expr *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLastprivateClauseFinal() local
1166 EmitIgnoredExpr(PostUpdate); in EmitOMPLastprivateClauseFinal()
1439 if (const Expr *PostUpdate = C->getPostUpdateExpr()) { in emitPostUpdateForReductionClause() local
1450 CGF.EmitIgnoredExpr(PostUpdate); in emitPostUpdateForReductionClause()
1989 if (const Expr *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLinearClauseFinal() local
1990 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()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8136 Expr *PostUpdate = nullptr; in buildPostUpdate() local
8144 PostUpdate = PostUpdate in buildPostUpdate()
8146 PostUpdate, ConvE) in buildPostUpdate()
8151 return PostUpdate; in buildPostUpdate()