Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17276 ExprResult CopyOpRes, TempArrayRes, TempArrayElem; in actOnOMPReductionKindClause() local
17280 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause()
17282 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause()
17284 CopyOpRes = in actOnOMPReductionKindClause()
17285 S.ActOnFinishFullExpr(CopyOpRes.get(), /*DiscardedValue=*/true); in actOnOMPReductionKindClause()
17286 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause()
17423 TaskgroupDescriptor, CopyOpRes.get(), TempArrayRes.get(), in actOnOMPReductionKindClause()