Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp586 auto IRef = C->varlist_begin(); in EmitOMPFirstprivateClause() local
589 auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl()); in EmitOMPFirstprivateClause()
597 ++IRef; in EmitOMPFirstprivateClause()
609 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc()); in EmitOMPFirstprivateClause()
658 ++IRef; in EmitOMPFirstprivateClause()
672 auto IRef = C->varlist_begin(); in EmitOMPPrivateClause() local
674 auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl()); in EmitOMPPrivateClause()
687 ++IRef; in EmitOMPPrivateClause()
702 auto IRef = C->varlist_begin(); in EmitOMPCopyinClause() local
706 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl()); in EmitOMPCopyinClause()
[all …]