/external/webrtc/modules/audio_processing/ns/ |
D | noise_estimator.h | 38 void PostUpdate(
|
D | noise_estimator.cc | 149 void NoiseEstimator::PostUpdate( in PostUpdate() function in webrtc::NoiseEstimator
|
D | noise_suppressor.cc | 372 ch_p->noise_estimator.PostUpdate( in Analyze()
|
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 255 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/ |
D | OpenMPClause.cpp | 479 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/ |
D | OpenMPClause.h | 100 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/ |
D | OpenMPClause.h | 153 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/ |
D | CGStmtOpenMP.cpp | 879 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/ |
D | CGStmtOpenMP.cpp | 1165 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/ |
D | SemaOpenMP.cpp | 4909 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/ |
D | SemaOpenMP.cpp | 8136 Expr *PostUpdate = nullptr; in buildPostUpdate() local 8144 PostUpdate = PostUpdate in buildPostUpdate() 8146 PostUpdate, ConvE) in buildPostUpdate() 8151 return PostUpdate; in buildPostUpdate()
|