Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp16183 SmallVector<Expr *, 8> InscanCopyOps; member
16206 InscanCopyOps.reserve(Size); in ReductionData()
16224 InscanCopyOps.push_back(nullptr); in push()
16240 InscanCopyOps.push_back(CopyOp); in push()
17084 RD.Privates, RD.LHSs, RD.RHSs, RD.ReductionOps, RD.InscanCopyOps, in ActOnOpenMPReductionClause()