Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp18133 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local
18276 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()
18648 SmallVector<Expr *, 4> ExprPostUpdates; member
18666 ExprPostUpdates.reserve(Size); in ReductionData()
19467 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()
19540 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()
19560 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()
19580 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()
19643 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local
19704 ExprPostUpdates.push_back( in ActOnOpenMPLinearClause()
[all …]