Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp9317 auto *LHSDRE = buildDeclRefExpr(*this, LHSVD, Type, ELoc); in ActOnOpenMPReductionClause() local
9457 ExprResult LHS = CreateBuiltinUnaryOp(ELoc, UO_AddrOf, LHSDRE); in ActOnOpenMPReductionClause()
9480 ReductionId.getLocStart(), BOK, LHSDRE, RHSDRE); in ActOnOpenMPReductionClause()
9485 BO_Assign, LHSDRE, ReductionOp.get()); in ActOnOpenMPReductionClause()
9488 ReductionOp.get(), SourceLocation(), LHSDRE, SourceLocation(), in ActOnOpenMPReductionClause()
9492 BO_Assign, LHSDRE, ConditionalOp); in ActOnOpenMPReductionClause()
9531 LHSs.push_back(LHSDRE); in ActOnOpenMPReductionClause()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp409 auto *LHSDRE = cast<DeclRefExpr>(cast<UnaryOperator>(LHS)->getSubExpr()); in emitInitWithReductionInitializer() local
412 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), in emitInitWithReductionInitializer()