Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp10245 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local
10375 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()
10729 SmallVector<Expr *, 4> ExprPostUpdates; member
10740 ExprPostUpdates.reserve(Size); in ReductionData()
11436 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()
11474 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()
11494 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()
11514 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()
11576 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local
11637 ExprPostUpdates.push_back( in ActOnOpenMPLinearClause()
[all …]