Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp849 for (const Expr *IInit : C->private_copies()) { in EmitOMPFirstprivateClause() local
854 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IInit)->getDecl()); in EmitOMPFirstprivateClause()
976 for (const Expr *IInit : C->private_copies()) { in EmitOMPPrivateClause() local
979 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IInit)->getDecl()); in EmitOMPPrivateClause()
1086 for (const Expr *IInit : C->private_copies()) { in EmitOMPLastprivateClauseInit() local
1103 if (IInit && !SIMDLCVs.count(OrigVD->getCanonicalDecl())) { in EmitOMPLastprivateClauseInit()
1104 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IInit)->getDecl()); in EmitOMPLastprivateClauseInit()
4691 for (const Expr *IInit : C->private_copies()) { in EmitOMPTaskBasedDirective() local
4695 Data.PrivateCopies.push_back(IInit); in EmitOMPTaskBasedDirective()
4705 for (const Expr *IInit : C->private_copies()) { in EmitOMPTaskBasedDirective() local
[all …]