HomeSort by relevance Sort by last modified time
    Searched full:copy_helper (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGenObjCXX/
arc-blocks.mm 22 // CHECK-NEXT: store i8* bitcast (void (i8*, i8*)* [[COPY_HELPER:@.*]] to i8*), i8** [[T0]]
35 // CHECK: define internal void [[COPY_HELPER]](
  /external/clang/docs/
Block-ABI-Apple.rst 51 void (*copy_helper)(void *dst, void *src); // IFF (1<<25)
106 c. The ``copy_helper`` and ``dispose_helper`` function pointers are set to
247 ``copy_helper`` function and a ``dispose_helper`` function are needed. The
248 ``copy_helper`` function is passed both the existing stack based pointer and the
290 void (*copy_helper)(struct __block_literal_4 *dst, struct __block_literal_4 *src);
402 In order to "move" the variable to the heap upon a ``copy_helper`` operation the
472 import the variable and emit ``copy_helper`` and ``dispose_helper`` helper
525 void (*copy_helper)(struct __block_literal_5 *dst, struct __block_literal_5 *src);
579 ``copy_helper``, ``dispose_helper``, ``byref_keep``, and ``byref_dispose``
695 void (*copy_helper)(struct __block_literal_5 *dst, struct __block_literal_5 *src)
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 2198 llvm::Value *copy_helper = Builder.CreateStructGEP(addr, 4); local
    [all...]

Completed in 232 milliseconds