HomeSort by: relevance | last modified time | path
    Searched refs:DestVD (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 747 Address SrcAddr, const VarDecl *DestVD,
761 [this, Copy, SrcVD, DestVD](Address DestElement, Address SrcElement) {
766 Remap.addPrivate(DestVD, [DestElement]() { return DestElement; });
776 Remap.addPrivate(DestVD, [DestAddr]() { return DestAddr; });
1021 const auto *DestVD =
1023 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp);
1066 const auto *DestVD =
1068 PrivateScope.addPrivate(DestVD, [this, OrigVD, IRef]() {
1167 const auto *DestVD =
1181 Address OriginalAddr = GetAddrOfLocalVar(DestVD);
    [all...]
CodeGenFunction.h 3309 /// \param DestVD Destination variable used in \a CopyExpr (for arrays, has
3314 /// DestVD.
3317 const VarDecl *DestVD, const VarDecl *SrcVD,

Completed in 30 milliseconds