Home
last modified time | relevance | path

Searched refs:BLOCK_NEEDS_FREE (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/compiler-rt/BlocksRuntime/
HDruntime.c91 static int _Block_copy_flag = BLOCK_NEEDS_FREE;
92 static int _Byref_flag_initial_value = BLOCK_NEEDS_FREE | 2;
295 if (aBlock->flags & BLOCK_NEEDS_FREE) { in _Block_copy_internal()
319 result->flags |= BLOCK_NEEDS_FREE | 1; in _Block_copy_internal()
337 flags &= ~(BLOCK_NEEDS_FREE|BLOCK_REFCOUNT_MASK); // XXX not needed in _Block_copy_internal()
406 else if ((src->forwarding->flags & BLOCK_NEEDS_FREE) == BLOCK_NEEDS_FREE) { in _Block_byref_assign_copy()
424 if ((shared_struct->flags & BLOCK_NEEDS_FREE) == 0) { in _Block_byref_release()
472 else if (aBlock->flags & BLOCK_NEEDS_FREE) { in _Block_release()
658 if (closure->flags & BLOCK_NEEDS_FREE) { in _Block_dump()
HDBlock_private.h52 BLOCK_NEEDS_FREE = (1 << 24), enumerator
/trueos/contrib/gcc/
HDc-common.h1054 BLOCK_NEEDS_FREE = (1 << 24), enumerator
/trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
HDRewriteObjC.cpp53 BLOCK_NEEDS_FREE = (1 << 24), enumerator
HDRewriteModernObjC.cpp54 BLOCK_NEEDS_FREE = (1 << 24), enumerator