Searched refs:CopyOpRes (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 19444 ExprResult CopyOpRes, TempArrayRes, TempArrayElem; in actOnOMPReductionKindClause() local 19448 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause() 19450 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause() 19452 CopyOpRes = in actOnOMPReductionKindClause() 19453 S.ActOnFinishFullExpr(CopyOpRes.get(), /*DiscardedValue=*/true); in actOnOMPReductionKindClause() 19454 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause() 19591 TaskgroupDescriptor, CopyOpRes.get(), TempArrayRes.get(), in actOnOMPReductionKindClause()
|