Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp704 auto IDestRef = C->destination_exprs().begin(); in EmitOMPCopyinClause() local
742 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl()); in EmitOMPCopyinClause()
747 ++IDestRef; in EmitOMPCopyinClause()
777 auto IDestRef = C->destination_exprs().begin(); in EmitOMPLastprivateClauseInit() local
785 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl()); in EmitOMPLastprivateClauseInit()
810 ++IDestRef; in EmitOMPLastprivateClauseInit()
852 auto IDestRef = C->destination_exprs().begin(); in EmitOMPLastprivateClauseFinal() local
864 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl()); in EmitOMPLastprivateClauseFinal()
877 ++IDestRef; in EmitOMPLastprivateClauseFinal()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp958 auto IDestRef = C->destination_exprs().begin(); in EmitOMPCopyinClause() local
999 cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl()); in EmitOMPCopyinClause()
1004 ++IDestRef; in EmitOMPCopyinClause()
1035 const auto *IDestRef = C->destination_exprs().begin(); in EmitOMPLastprivateClauseInit() local
1044 cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl()); in EmitOMPLastprivateClauseInit()
1076 ++IDestRef; in EmitOMPLastprivateClauseInit()
1130 auto IDestRef = C->destination_exprs().begin(); in EmitOMPLastprivateClauseFinal() local
1145 cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl()); in EmitOMPLastprivateClauseFinal()
1163 ++IDestRef; in EmitOMPLastprivateClauseFinal()