Searched refs:dstField (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1956 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local 1962 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction() 1965 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction() 1971 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction() 1983 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction() 1984 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction() 1996 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction() 2004 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction() 2021 pushCaptureCleanup(capture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()
|