Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp19430 DeclRefExpr *LHSDRE = buildDeclRefExpr(S, LHSVD, Type, ELoc); in actOnOMPReductionKindClause() local
19571 ExprResult LHS = S.CreateBuiltinUnaryOp(ELoc, UO_AddrOf, LHSDRE); in actOnOMPReductionKindClause()
19599 CombBOK, LHSDRE, RHSDRE); in actOnOMPReductionKindClause()
19604 LHSDRE, RHSDRE); in actOnOMPReductionKindClause()
19609 BO_Assign, LHSDRE, ReductionOp.get()); in actOnOMPReductionKindClause()
19612 ConditionalOperator(ReductionOp.get(), ELoc, LHSDRE, ELoc, in actOnOMPReductionKindClause()
19616 BO_Assign, LHSDRE, ConditionalOp); in actOnOMPReductionKindClause()
19633 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause()
19775 RD.push(VarsExpr, PrivateDRE, LHSDRE, RHSDRE, ReductionOp.get(), in actOnOMPReductionKindClause()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp633 const auto *LHSDRE = in emitInitWithReductionInitializer() local
638 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), Private); in emitInitWithReductionInitializer()