Searched refs:CopyOpRes (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 15506 ExprResult CopyOpRes, TempArrayRes, TempArrayElem; in actOnOMPReductionKindClause() local 15510 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause() 15512 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause() 15514 CopyOpRes = in actOnOMPReductionKindClause() 15515 S.ActOnFinishFullExpr(CopyOpRes.get(), /*DiscardedValue=*/true); in actOnOMPReductionKindClause() 15516 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause() 15653 TaskgroupDescriptor, CopyOpRes.get(), TempArrayRes.get(), in actOnOMPReductionKindClause()
|