Searched refs:CopyOpRes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 19987 ExprResult CopyOpRes, TempArrayRes, TempArrayElem; in actOnOMPReductionKindClause() local 19991 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause() 19993 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause() 19995 CopyOpRes = in actOnOMPReductionKindClause() 19996 S.ActOnFinishFullExpr(CopyOpRes.get(), /*DiscardedValue=*/true); in actOnOMPReductionKindClause() 19997 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause() 20134 TaskgroupDescriptor, CopyOpRes.get(), TempArrayRes.get(), in actOnOMPReductionKindClause()
|