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

/external/compiler-rt/test/BlocksRuntime/
H A Dbyrefsanity.c33 BLOCK_NEEDS_FREE = (1 << 24), enumerator in enum:__anon19644
/external/compiler-rt/lib/BlocksRuntime/
H A Druntime.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) {
319 result->flags |= BLOCK_NEEDS_FREE | 1;
337 flags &= ~(BLOCK_NEEDS_FREE|BLOCK_REFCOUNT_MASK); // XXX not needed
406 else if ((src->forwarding->flags & BLOCK_NEEDS_FREE) == BLOCK_NEEDS_FREE) {
424 if ((shared_struct->flags & BLOCK_NEEDS_FREE) == 0) {
472 else if (aBlock->flags & BLOCK_NEEDS_FREE) {
658 if (closure->flags & BLOCK_NEEDS_FREE) {
[all...]
H A DBlock_private.h52 BLOCK_NEEDS_FREE = (1 << 24), enumerator in enum:__anon19571
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp54 BLOCK_NEEDS_FREE = (1 << 24), enumerator in enum:__anon17972::RewriteModernObjC::__anon17974
H A DRewriteObjC.cpp53 BLOCK_NEEDS_FREE = (1 << 24), enumerator in enum:__anon17975::RewriteObjC::__anon17977

Completed in 4586 milliseconds