Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp7418 auto *LHSDRE = buildDeclRefExpr(*this, LHSVD, Type, ELoc); in ActOnOpenMPReductionClause() local
7423 LHSDRE, RHSDRE); in ActOnOpenMPReductionClause()
7428 BO_Assign, LHSDRE, ReductionOp.get()); in ActOnOpenMPReductionClause()
7431 ReductionOp.get(), SourceLocation(), LHSDRE, SourceLocation(), in ActOnOpenMPReductionClause()
7435 BO_Assign, LHSDRE, ConditionalOp); in ActOnOpenMPReductionClause()
7445 LHSs.push_back(LHSDRE); in ActOnOpenMPReductionClause()