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

  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 92 static int _Block_copy_flag = BLOCK_NEEDS_FREE;
93 static int _Byref_flag_initial_value = BLOCK_NEEDS_FREE | 2;
296 if (aBlock->flags & BLOCK_NEEDS_FREE) {
320 result->flags |= BLOCK_NEEDS_FREE | 1;
338 flags &= ~(BLOCK_NEEDS_FREE|BLOCK_REFCOUNT_MASK); // XXX not needed
407 else if ((src->forwarding->flags & BLOCK_NEEDS_FREE) == BLOCK_NEEDS_FREE) {
425 if ((shared_struct->flags & BLOCK_NEEDS_FREE) == 0) {
473 else if (aBlock->flags & BLOCK_NEEDS_FREE) {
659 if (closure->flags & BLOCK_NEEDS_FREE) {
    [all...]
Block_private.h 45 BLOCK_NEEDS_FREE = (1 << 24),
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 49 BLOCK_NEEDS_FREE = (1 << 24),
    [all...]

Completed in 307 milliseconds