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

  /external/clang/test/ARCMT/
block_copy_release.m 11 Block_release(c);
16 Block_release(c);
Common.h 110 #define Block_release(...) _Block_release((const void *)(__VA_ARGS__))
  /external/libchrome/base/mac/
scoped_block.h 31 Block_release(BASE_MAC_BRIDGE_CAST(const void*, block));
38 // Block_release() instead of CFRetain() and CFRelease().
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-objc-dealloc.h 32 #define Block_release(...) _Block_release((const void *)(__VA_ARGS__))
  /external/compiler-rt/test/BlocksRuntime/
copynull.c 31 Block_release(blockcopy);
dispatch_call_Block_with_release.c 20 Block_release(b);
recursive-block.c 41 //Block_release(inner);
50 Block_release(block);
globalexpression.c 27 Block_release(gblockcopy);
rdar6414583.c 27 Block_release(block);
blockimport.c 48 Block_release(vvcopy);
byrefcopycopy.c 33 Block_release(_b);
byrefcopyint.c 63 Block_release(array[i]);
reference.C 73 Block_release(b2);
  /external/compiler-rt/lib/BlocksRuntime/
Block.h 41 * This must be paired with Block_release to recover memory, even when running
56 #define Block_release(...) _Block_release((const void *)(__VA_ARGS__))
runtime.c 480 printf("Block_release called upon a stack Block: %p, ignored\n", (void *)aBlock);
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/squashfs-tools/kernel/fs/squashfs/
block.c 117 goto block_release;
144 goto block_release;
149 goto block_release;
236 goto block_release;
266 block_release:
  /external/compiler-rt/lib/tsan/rtl/
tsan_libdispatch_mac.cc 128 Block_release(block);
371 Block_release(new_handler);
400 Block_release(new_handler);
431 Block_release(new_handler);
523 Block_release(new_h);
540 Block_release(new_h);
558 Block_release(new_h);
577 Block_release(new_h);
596 Block_release(new_block);
618 Block_release(new_h)
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 33 // Uses of Block_copy/Block_release macros are rewritten:
36 // Block_release(c);
348 if (MacroName == "Block_release") {
  /external/clang/docs/
BlockLanguageSpec.rst 216 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
Block-ABI-Apple.rst 119 ``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()
    [all...]
AutomaticReferenceCounting.rst 103 ``Block_release``, which decreases the reference count by 1 and destroys the
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 179 goto block_release;
183 goto block_release;
202 goto block_release;
217 goto block_release;
254 block_release:
    [all...]
  /external/clang/test/Analysis/
DeallocMissingRelease.m 139 Block_release(_blockProperty3);
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 369 /// call to Block_release().
    [all...]

Completed in 878 milliseconds