Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp18637 SmallVector<Expr *, 8> InscanCopyOps; member
18660 InscanCopyOps.reserve(Size); in ReductionData()
18678 InscanCopyOps.push_back(nullptr); in push()
18694 InscanCopyOps.push_back(CopyOp); in push()
19537 RD.Privates, RD.LHSs, RD.RHSs, RD.ReductionOps, RD.InscanCopyOps, in ActOnOpenMPReductionClause()