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 535 Address SrcAddr, const VarDecl *DestVD,
547 [this, Copy, SrcVD, DestVD](Address DestElement, Address SrcElement) {
552 Remap.addPrivate(DestVD, [DestElement]() -> Address {
565 Remap.addPrivate(DestVD, [DestAddr]() -> Address { return DestAddr; });
742 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl());
743 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp);
    [all...]
CodeGenFunction.h     [all...]

Completed in 450 milliseconds