Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp15679 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local
15822 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()
15842 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPLastprivateClause()
16194 SmallVector<Expr *, 4> ExprPostUpdates; member
16212 ExprPostUpdates.reserve(Size); in ReductionData()
17014 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()
17087 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()
17107 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()
17127 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()
17191 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local
[all …]