Searched refs:CopyOpRes (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 19629 ExprResult CopyOpRes, TempArrayRes, TempArrayElem; in actOnOMPReductionKindClause() local 19633 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause() 19635 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause() 19637 CopyOpRes = in actOnOMPReductionKindClause() 19638 S.ActOnFinishFullExpr(CopyOpRes.get(), /*DiscardedValue=*/true); in actOnOMPReductionKindClause() 19639 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause() 19776 TaskgroupDescriptor, CopyOpRes.get(), TempArrayRes.get(), in actOnOMPReductionKindClause()
|