HomeSort by: relevance | last modified time | path
    Searched refs:LHSDRE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 16692 DeclRefExpr *LHSDRE = buildDeclRefExpr(S, LHSVD, Type, ELoc);
16835 ExprResult LHS = S.CreateBuiltinUnaryOp(ELoc, UO_AddrOf, LHSDRE);
16863 CombBOK, LHSDRE, RHSDRE);
16868 LHSDRE, RHSDRE);
16873 BO_Assign, LHSDRE, ReductionOp.get());
16876 ConditionalOperator(ReductionOp.get(), ELoc, LHSDRE, ELoc,
16880 BO_Assign, LHSDRE, ConditionalOp);
16897 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE,
17039 RD.push(VarsExpr, PrivateDRE, LHSDRE, RHSDRE, ReductionOp.get(),
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 630 const auto *LHSDRE =
635 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()),

Completed in 32 milliseconds