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.cpp887 for (const Expr *IInit : C->private_copies()) { in EmitOMPFirstprivateClause() local
892 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IInit)->getDecl()); in EmitOMPFirstprivateClause()
1014 for (const Expr *IInit : C->private_copies()) { in EmitOMPPrivateClause() local
1017 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IInit)->getDecl()); in EmitOMPPrivateClause()
1124 for (const Expr *IInit : C->private_copies()) { in EmitOMPLastprivateClauseInit() local
1141 if (IInit && !SIMDLCVs.count(OrigVD->getCanonicalDecl())) { in EmitOMPLastprivateClauseInit()
1142 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IInit)->getDecl()); in EmitOMPLastprivateClauseInit()
4891 for (const Expr *IInit : C->private_copies()) { in EmitOMPTaskBasedDirective() local
4895 Data.PrivateCopies.push_back(IInit); in EmitOMPTaskBasedDirective()
4905 for (const Expr *IInit : C->private_copies()) { in EmitOMPTaskBasedDirective() local
[all …]