Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp9318 auto *RHSDRE = buildDeclRefExpr(*this, RHSVD, Type, ELoc); in ActOnOpenMPReductionClause() local
9458 ExprResult RHS = CreateBuiltinUnaryOp(ELoc, UO_AddrOf, RHSDRE); in ActOnOpenMPReductionClause()
9480 ReductionId.getLocStart(), BOK, LHSDRE, RHSDRE); in ActOnOpenMPReductionClause()
9489 RHSDRE, Type, VK_LValue, OK_Ordinary); in ActOnOpenMPReductionClause()
9532 RHSs.push_back(RHSDRE); in ActOnOpenMPReductionClause()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp410 auto *RHSDRE = cast<DeclRefExpr>(cast<UnaryOperator>(RHS)->getSubExpr()); in emitInitWithReductionInitializer() local
414 PrivateScope.addPrivate(cast<VarDecl>(RHSDRE->getDecl()), in emitInitWithReductionInitializer()