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

/external/compiler-rt/test/BlocksRuntime/
H A Dbyrefsanity.c36 BLOCK_IS_GC = (1 << 27), enumerator in enum:__anon19644
/external/compiler-rt/lib/BlocksRuntime/
H A Druntime.c241 _Block_copy_flag = BLOCK_IS_GC;
246 _Byref_flag_initial_value = BLOCK_IS_GC; // no refcount
300 else if (aBlock->flags & BLOCK_IS_GC) {
339 flags |= BLOCK_IS_GC | 1;
341 flags |= BLOCK_IS_GC;
374 if (src->forwarding->flags & BLOCK_IS_GC) {
466 if (aBlock->flags & BLOCK_IS_GC) {
491 if (aBlock->flags & BLOCK_IS_GC) {
661 if (closure->flags & BLOCK_IS_GC) {
H A DBlock_private.h55 BLOCK_IS_GC = (1 << 27), enumerator in enum:__anon19571
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp57 BLOCK_IS_GC = (1 << 27), enumerator in enum:__anon17972::RewriteModernObjC::__anon17974
H A DRewriteObjC.cpp56 BLOCK_IS_GC = (1 << 27), enumerator in enum:__anon17975::RewriteObjC::__anon17977

Completed in 596 milliseconds