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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
SmallPtrSet.cpp 134 CopyHelper(that);
167 CopyHelper(RHS);
170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SmallPtrSet.h 216 void CopyHelper(const SmallPtrSetImplBase &RHS);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 104 CopyHelper,
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper,
228 llvm::Constant *copyHelper = buildCopyHelper(CGM, blockInfo);
229 elements.add(copyHelper);
235 if (cast<llvm::Function>(copyHelper->getOperand(0))->hasInternalLinkage() ||
1123 // void (*copyHelper)();
1124 // void (*copyHelper)();
1790 if (StrKind != CaptureStrKind::CopyHelper) {
1834 assert((StrKind == CaptureStrKind::CopyHelper ||
1837 std::string Name = StrKind == CaptureStrKind::CopyHelper
    [all...]
CodeGenModule.h 256 llvm::Constant *CopyHelper;
265 : CopyHelper(nullptr), DisposeHelper(nullptr), Alignment(alignment) {}

Completed in 68 milliseconds