Searched refs:buildPostUpdate (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4908 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() function 8776 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPLastprivateClause() 9543 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPReductionClause() 9735 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPLinearClause()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8135 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() function 14479 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPLastprivateClause() 15700 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause() 15720 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause() 15740 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause() 15927 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPLinearClause()
|