Searched defs:LHSVD (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGStmtOpenMP.cpp | 1271 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); EmitOMPReductionClauseInit() local |
H A D | CGOpenMPRuntime.cpp | 5330 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(LHS)->getDecl()); emitReduceCombFunction() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOpenMP.cpp | 19017 VarDecl *LHSVD = buildVarDecl(S, ELoc, Type, ".reduction.lhs", actOnOMPReductionKindClause() local |