Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18755 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local
18898 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()
19270 SmallVector<Expr *, 4> ExprPostUpdates; member
19288 ExprPostUpdates.reserve(Size); in ReductionData()
20108 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()
20181 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()
20201 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()
20221 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()
20285 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local
20352 ExprPostUpdates.push_back( in ActOnOpenMPLinearClause()
[all …]