Searched refs:LHSDRE (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 9317 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/ |
D | CGStmtOpenMP.cpp | 409 auto *LHSDRE = cast<DeclRefExpr>(cast<UnaryOperator>(LHS)->getSubExpr()); in emitInitWithReductionInitializer() local 412 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), in emitInitWithReductionInitializer()
|