Home
last modified time | relevance | path

Searched defs:LHSVD (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1229 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit() local
3258 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitScanBasedDirective() local
DCGOpenMPRuntime.cpp5891 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(LHS)->getDecl()); in emitReduceCombFunction() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp945 auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp9292 auto *LHSVD = buildVarDecl(*this, ELoc, Type, ".reduction.lhs", in ActOnOpenMPReductionClause() local
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp15257 VarDecl *LHSVD = buildVarDecl(S, ELoc, Type, ".reduction.lhs", in actOnOMPReductionKindClause() local