Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16062 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local
16205 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()
16577 SmallVector<Expr *, 4> ExprPostUpdates; member
16595 ExprPostUpdates.reserve(Size); in ReductionData()
17397 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()
17470 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()
17490 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()
17510 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()
17574 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local
17635 ExprPostUpdates.push_back( in ActOnOpenMPLinearClause()
[all …]