Searched refs:RHSDRE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 18591 DeclRefExpr *RHSDRE = buildDeclRefExpr(S, RHSVD, Type, ELoc); in actOnOMPReductionKindClause() local 18732 ExprResult RHS = S.CreateBuiltinUnaryOp(ELoc, UO_AddrOf, RHSDRE); in actOnOMPReductionKindClause() 18759 CombBOK, LHSDRE, RHSDRE); in actOnOMPReductionKindClause() 18764 LHSDRE, RHSDRE); in actOnOMPReductionKindClause() 18773 RHSDRE, Type, VK_LValue, OK_Ordinary); in actOnOMPReductionKindClause() 18792 ExprResult RHS = S.DefaultLvalueConversion(RHSDRE); in actOnOMPReductionKindClause() 18935 RD.push(VarsExpr, PrivateDRE, LHSDRE, RHSDRE, ReductionOp.get(), in actOnOMPReductionKindClause()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 612 const auto *RHSDRE = in emitInitWithReductionInitializer() local 616 PrivateScope.addPrivate(cast<VarDecl>(RHSDRE->getDecl()), Original); in emitInitWithReductionInitializer()
|