Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmtOpenMP.cpp825 for (const Expr *IInit : C->private_copies()) { in EmitOMPFirstprivateClause() local
830 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IInit)->getDecl()); in EmitOMPFirstprivateClause()
953 for (const Expr *IInit : C->private_copies()) { in EmitOMPPrivateClause() local
956 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IInit)->getDecl()); in EmitOMPPrivateClause()
1063 for (const Expr *IInit : C->private_copies()) { in EmitOMPLastprivateClauseInit() local
1080 if (IInit && !SIMDLCVs.count(OrigVD->getCanonicalDecl())) { in EmitOMPLastprivateClauseInit()
1081 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IInit)->getDecl()); in EmitOMPLastprivateClauseInit()
4619 for (const Expr *IInit : C->private_copies()) { in EmitOMPTaskBasedDirective() local
4623 Data.PrivateCopies.push_back(IInit); in EmitOMPTaskBasedDirective()
4633 for (const Expr *IInit : C->private_copies()) { in EmitOMPTaskBasedDirective() local
[all …]