Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9718 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() function
18918 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPLastprivateClause()
20181 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()
20201 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()
20221 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()
20414 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPLinearClause()