Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18175 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local
18318 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()
18338 buildPostUpdate(SemaRef, ExprPostUpdates)); in ActOnOpenMPLastprivateClause()
18696 SmallVector<Expr *, 4> ExprPostUpdates; member
18720 ExprPostUpdates.reserve(Size); in ReductionData()
19565 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()
19644 buildPostUpdate(SemaRef, RD.ExprPostUpdates), RD.IsPrivateVarReduction, in ActOnOpenMPReductionClause()
19665 buildPostUpdate(SemaRef, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()
19685 buildPostUpdate(SemaRef, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()
19751 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local
[all …]