Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8883 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() function
16225 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPLastprivateClause()
17470 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()
17490 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()
17510 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()
17697 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPLinearClause()