Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp19346 ExprResult CopyOpRes, TempArrayRes, TempArrayElem; in actOnOMPReductionKindClause() local
19350 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause()
19352 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause()
19354 CopyOpRes = in actOnOMPReductionKindClause()
19355 S.ActOnFinishFullExpr(CopyOpRes.get(), /*DiscardedValue=*/true); in actOnOMPReductionKindClause()
19356 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause()
19493 TaskgroupDescriptor, CopyOpRes.get(), TempArrayRes.get(), in actOnOMPReductionKindClause()