Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18789 ExprResult CopyOpRes, TempArrayRes, TempArrayElem; in actOnOMPReductionKindClause() local
18793 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause()
18795 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause()
18797 CopyOpRes = in actOnOMPReductionKindClause()
18798 S.ActOnFinishFullExpr(CopyOpRes.get(), /*DiscardedValue=*/true); in actOnOMPReductionKindClause()
18799 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause()
18936 TaskgroupDescriptor, CopyOpRes.get(), TempArrayRes.get(), in actOnOMPReductionKindClause()