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

  /external/compiler-rt/BlocksRuntime/tests/
copynull.c 33 //_Block_destroy(blockcopy);
  /external/clang/docs/
Block-ABI-Apple.txt 221 // was _Block_destroy
347 //_Block_destroy(param->captured_voidBlock, 0);
488 //_Block_destroy(param->captured_obj, 0);
  /external/compiler-rt/BlocksRuntime/
runtime.c 445 * _Block_copy, _Block_release, and (old) _Block_destroy
487 static void _Block_destroy(const void *arg) {
602 _Block_destroy(object);
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 446 * _Block_copy, _Block_release, and (old) _Block_destroy
488 static void _Block_destroy(const void *arg) {
603 _Block_destroy(object);

Completed in 213 milliseconds