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.cpp17553 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local
17696 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()
17716 buildPostUpdate(SemaRef, ExprPostUpdates)); in ActOnOpenMPLastprivateClause()
18072 SmallVector<Expr *, 4> ExprPostUpdates; member
18090 ExprPostUpdates.reserve(Size); in ReductionData()
18910 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()
18984 buildPostUpdate(SemaRef, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()
19004 buildPostUpdate(SemaRef, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()
19024 buildPostUpdate(SemaRef, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()
19090 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local
[all …]