Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp137 for (const Expr *IRef : C->varlists()) { in emitPreInitStmt() local
138 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(IRef)->getDecl()); in emitPreInitStmt()
764 auto IRef = C->varlist_begin(); in EmitOMPFirstprivateClause() local
767 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl()); in EmitOMPFirstprivateClause()
776 ++IRef; in EmitOMPFirstprivateClause()
787 ++IRef; in EmitOMPFirstprivateClause()
799 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc()); in EmitOMPFirstprivateClause()
806 ++IRef; in EmitOMPFirstprivateClause()
872 ++IRef; in EmitOMPFirstprivateClause()
886 auto IRef = C->varlist_begin(); in EmitOMPPrivateClause() local
[all …]