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

  /external/clang/test/Parser/
block-block-storageclass.c 3 void _Block_byref_release(void*src){}
  /external/clang/test/Sema/
block-storageclass.c 4 void _Block_byref_release(void*src){}
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 415 static void _Block_byref_release(const void *arg) {
422 //printf("_Block_byref_release %p called, flags are %x\n", shared_struct, shared_struct->flags);
430 printf("_Block_byref_release: Block byref data structure at %p underflowed\n", arg);
598 _Block_byref_release(object);

Completed in 67 milliseconds