HomeSort by relevance Sort by last modified time
    Searched refs:DestVD (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 318 Address SrcAddr, const VarDecl *DestVD,
330 [this, Copy, SrcVD, DestVD](Address DestElement, Address SrcElement) {
335 Remap.addPrivate(DestVD, [DestElement]() -> Address {
348 Remap.addPrivate(DestVD, [DestAddr]() -> Address { return DestAddr; });
507 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl());
508 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp);
538 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl());
539 PrivateScope.addPrivate(DestVD, [this, OrigVD, IRef]() -> Address {
633 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl());
635 Address OriginalAddr = GetAddrOfLocalVar(DestVD);
    [all...]
CodeGenFunction.h     [all...]

Completed in 37 milliseconds