Home
last modified time | relevance | path

Searched refs:BLOCK_IS_GC (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/BlocksRuntime/
Druntime.c241 _Block_copy_flag = BLOCK_IS_GC; in _Block_use_GC()
246 _Byref_flag_initial_value = BLOCK_IS_GC; // no refcount in _Block_use_GC()
300 else if (aBlock->flags & BLOCK_IS_GC) { in _Block_copy_internal()
339 flags |= BLOCK_IS_GC | 1; in _Block_copy_internal()
341 flags |= BLOCK_IS_GC; in _Block_copy_internal()
374 if (src->forwarding->flags & BLOCK_IS_GC) { in _Block_byref_assign_copy()
466 if (aBlock->flags & BLOCK_IS_GC) { in _Block_release()
491 if (aBlock->flags & BLOCK_IS_GC) { in _Block_destroy()
661 if (closure->flags & BLOCK_IS_GC) { in _Block_dump()
DBlock_private.h55 BLOCK_IS_GC = (1 << 27), enumerator
/external/honggfuzz/third_party/android/libBlocksRuntime/
Druntime.c241 _Block_copy_flag = BLOCK_IS_GC; in _Block_use_GC()
246 _Byref_flag_initial_value = BLOCK_IS_GC; // no refcount in _Block_use_GC()
300 else if (aBlock->flags & BLOCK_IS_GC) { in _Block_copy_internal()
339 flags |= BLOCK_IS_GC | 1; in _Block_copy_internal()
341 flags |= BLOCK_IS_GC; in _Block_copy_internal()
374 if (src->forwarding->flags & BLOCK_IS_GC) { in _Block_byref_assign_copy()
466 if (aBlock->flags & BLOCK_IS_GC) { in _Block_release()
491 if (aBlock->flags & BLOCK_IS_GC) { in _Block_destroy()
661 if (closure->flags & BLOCK_IS_GC) { in _Block_dump()
DBlock_private.h55 BLOCK_IS_GC = (1 << 27), enumerator
/external/compiler-rt/test/BlocksRuntime/
Dbyrefsanity.c36 BLOCK_IS_GC = (1 << 27), enumerator
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp57 BLOCK_IS_GC = (1 << 27), enumerator
DRewriteModernObjC.cpp59 BLOCK_IS_GC = (1 << 27), enumerator