Home
last modified time | relevance | path

Searched refs:copyHelper (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp152 copyHelper(that); in SmallPtrSetImplBase()
188 copyHelper(RHS); in copyFrom()
191 void SmallPtrSetImplBase::copyHelper(const SmallPtrSetImplBase &RHS) { in copyHelper() function in SmallPtrSetImplBase
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h266 void copyHelper(const SmallPtrSetImplBase &RHS);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp193 llvm::Constant *copyHelper = buildCopyHelper(CGM, blockInfo); in buildBlockDescriptor() local
194 elements.addSignedPointer(copyHelper, Schema, GlobalDecl(), QualType()); in buildBlockDescriptor()
200 if (cast<llvm::Function>(copyHelper->stripPointerCasts()) in buildBlockDescriptor()