HomeSort by relevance Sort by last modified time
    Searched full:block_copy (Results 26 - 33 of 33) sorted by null

12

  /external/compiler-rt/lib/BlocksRuntime/
Block_private.h 168 void (*Block_copy)(void *dst, void *src); /* iff BLOCK_HAS_COPY_DISPOSE */
runtime.c 534 In these cases helper functions are synthesized by the compiler for use in Block_copy and Block_release, called the copy and dispose helpers. The copy helper emits a call to the C++ const copy constructor for C++ stack based objects and for the rest calls into the runtime support function _Block_object_assign. The dispose helper has a call to the C++ destructor for case 1 and a call into _Block_object_dispose for the rest.
  /external/clang/docs/
Block-ABI-Apple.rst 119 ``Block_copy()`` and ``Block_release()`` operations, in which case the
362 Variables of certain types require helper functions for when ``Block_copy()``
376 // helper functions called via Block_copy() and Block_release()
552 Because ``Blocks`` referencing ``__block`` variables may have ``Block_copy()``
725 ``Block_copy()`` operation, and the flags work marked with the (1<<26) bit in
    [all...]
AutomaticReferenceCounting.rst 99 provides a ``Block_copy`` function which, given a block pointer, either copies
177 ``Block_copy``.
    [all...]
LanguageExtensions.rst     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CGObjC.cpp 364 // which we zero out. We don't want to Block_copy block receivers,
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 3613 milliseconds

12