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

  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 319 const VarDecl *SrcVD, const Expr *Copy) {
330 [this, Copy, SrcVD, DestVD](Address DestElement, Address SrcElement) {
339 SrcVD, [SrcElement]() -> Address { return SrcElement; });
347 Remap.addPrivate(SrcVD, [SrcAddr]() -> Address { return SrcAddr; });
506 auto *SrcVD = cast<VarDecl>(cast<DeclRefExpr>(*ISrcRef)->getDecl());
508 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp);
632 auto *SrcVD = cast<VarDecl>(cast<DeclRefExpr>(*ISrcRef)->getDecl());
642 EmitOMPCopy(Type, OriginalAddr, PrivateAddr, DestVD, SrcVD, AssignOp);
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 61 milliseconds