Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp171 auto IRef = C->varlist_begin(); in EmitOMPFirstprivateClause() local
174 auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl()); in EmitOMPFirstprivateClause()
184 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc()); in EmitOMPFirstprivateClause()
196 (*IRef)->getType()); in EmitOMPFirstprivateClause()
200 (*IRef)->getType(), in EmitOMPFirstprivateClause()
233 ++IRef, ++InitsRef; in EmitOMPFirstprivateClause()
248 auto IRef = C->varlist_begin(); in EmitOMPPrivateClause() local
250 auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl()); in EmitOMPPrivateClause()
261 ++IRef; in EmitOMPPrivateClause()
280 auto IRef = C->varlist_begin(); in EmitOMPCopyinClause() local
[all …]