Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1271 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); EmitOMPReductionClauseInit() local
3761 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); emitScanBasedDirective() local
H A DCGOpenMPRuntime.cpp5330 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(LHS)->getDecl()); emitReduceCombFunction() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19017 VarDecl *LHSVD = buildVarDecl(S, ELoc, Type, ".reduction.lhs", actOnOMPReductionKindClause() local