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