Home
last modified time | relevance | path

Searched refs:Block_release (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/ARCMT/
Dblock_copy_release.m11 Block_release(c);
16 Block_release(c);
DCommon.h110 #define Block_release(...) _Block_release((const void *)(__VA_ARGS__)) macro
/external/chromium_org/base/mac/
Dscoped_block.h39 Block_release(block_); in ~ScopedBlock()
53 Block_release(block_);
/external/compiler-rt/BlocksRuntime/tests/
Drdar6414583.c27 Block_release(block); in main()
Dcopynull.c31 Block_release(blockcopy); in main()
Ddispatch_call_Block_with_release.c20 Block_release(b); in dispatch_call_Block_with_release2()
Dblockimport.c48 Block_release(vvcopy); in main()
Dbyrefcopycopy.c33 Block_release(_b); in main()
Dglobalexpression.c27 Block_release(gblockcopy); in main()
Dbyrefcopyint.c63 Block_release(array[i]); in main()
Drecursive-block.c50 Block_release(block); in main()
Dreference.C73 Block_release(b2); in test()
/external/compiler-rt/BlocksRuntime/
DBlock.h56 #define Block_release(...) _Block_release((const void *)(__VA_ARGS__)) macro
/external/clang/docs/
DBlockLanguageSpec.rst216 type. The release operation, ``Block_release()``, is styled as a
241 there is no provision to do a ``Block_copy`` or a ``Block_release`` if
DBlock-ABI-Apple.rst119 ``Block_copy()`` and ``Block_release()`` operations, in which case the
363 and ``Block_release()`` are performed upon a referencing ``Block``. At the "C"
376 // helper functions called via Block_copy() and Block_release()
DAutomaticReferenceCounting.rst103 ``Block_release``, which decreases the reference count by 1 and destroys the