Searched refs:DestVD (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 535 Address SrcAddr, const VarDecl *DestVD, in EmitOMPCopy() argument 547 [this, Copy, SrcVD, DestVD](Address DestElement, Address SrcElement) { in EmitOMPCopy() 552 Remap.addPrivate(DestVD, [DestElement]() -> Address { in EmitOMPCopy() 565 Remap.addPrivate(DestVD, [DestAddr]() -> Address { return DestAddr; }); in EmitOMPCopy() 742 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl()); in EmitOMPCopyinClause() local 743 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause() 785 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl()); in EmitOMPLastprivateClauseInit() local 786 PrivateScope.addPrivate(DestVD, [this, OrigVD, IRef]() -> Address { in EmitOMPLastprivateClauseInit() 864 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl()); in EmitOMPLastprivateClauseFinal() local 866 Address OriginalAddr = GetAddrOfLocalVar(DestVD); in EmitOMPLastprivateClauseFinal() [all …]
|
D | CodeGenFunction.h | 2372 const VarDecl *DestVD, const VarDecl *SrcVD,
|