Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp18416 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local
18559 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()
18579 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPLastprivateClause()
18931 SmallVector<Expr *, 4> ExprPostUpdates; member
18949 ExprPostUpdates.reserve(Size); in ReductionData()
19750 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()
19823 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()
19843 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()
19863 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()
19926 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local
[all …]