Searched refs:CopyOpRes (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 16893 ExprResult CopyOpRes, TempArrayRes, TempArrayElem; in actOnOMPReductionKindClause() local 16897 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause() 16899 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause() 16901 CopyOpRes = in actOnOMPReductionKindClause() 16902 S.ActOnFinishFullExpr(CopyOpRes.get(), /*DiscardedValue=*/true); in actOnOMPReductionKindClause() 16903 if (!CopyOpRes.isUsable()) in actOnOMPReductionKindClause() 17040 TaskgroupDescriptor, CopyOpRes.get(), TempArrayRes.get(), in actOnOMPReductionKindClause()
|