Home
last modified time | relevance | path

Searched refs:LHSDRE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18590 DeclRefExpr *LHSDRE = buildDeclRefExpr(S, LHSVD, Type, ELoc); in actOnOMPReductionKindClause() local
18731 ExprResult LHS = S.CreateBuiltinUnaryOp(ELoc, UO_AddrOf, LHSDRE); in actOnOMPReductionKindClause()
18759 CombBOK, LHSDRE, RHSDRE); in actOnOMPReductionKindClause()
18764 LHSDRE, RHSDRE); in actOnOMPReductionKindClause()
18769 BO_Assign, LHSDRE, ReductionOp.get()); in actOnOMPReductionKindClause()
18772 ConditionalOperator(ReductionOp.get(), ELoc, LHSDRE, ELoc, in actOnOMPReductionKindClause()
18776 BO_Assign, LHSDRE, ConditionalOp); in actOnOMPReductionKindClause()
18793 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause()
18935 RD.push(VarsExpr, PrivateDRE, LHSDRE, RHSDRE, ReductionOp.get(), in actOnOMPReductionKindClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp610 const auto *LHSDRE = in emitInitWithReductionInitializer() local
615 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), Private); in emitInitWithReductionInitializer()