Home
last modified time | relevance | path

Searched refs:CopyHelper (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSmallPtrSet.cpp134 CopyHelper(that); in SmallPtrSetImplBase()
167 CopyHelper(RHS); in CopyFrom()
170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp93 CopyHelper, enumerator
136 Name += getBlockCaptureStr(Cap, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
1767 if (StrKind != CaptureStrKind::CopyHelper) { in getBlockCaptureStr()
1810 assert((StrKind == CaptureStrKind::CopyHelper || in getCopyDestroyHelperFuncName()
1813 std::string Name = StrKind == CaptureStrKind::CopyHelper in getCopyDestroyHelperFuncName()
1899 CaptureStrKind::CopyHelper, CGM); in GenerateCopyHelperFunction()
2472 generator.CopyHelper = buildByrefCopyHelper(CGM, byrefInfo, generator); in buildByrefHelpers()
2789 storeHeaderField(helpers->CopyHelper, getPointerSize(), in emitByrefStructureInit()
H A DCodeGenModule.h252 llvm::Constant *CopyHelper;
261 : CopyHelper(nullptr), DisposeHelper(nullptr), Alignment(alignment) {} in BlockByrefHelpers()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallPtrSet.h217 void CopyHelper(const SmallPtrSetImplBase &RHS);