Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/BlocksRuntime/
H A 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()
H A DBlock_private.h55 BLOCK_IS_GC = (1 << 27), enumerator
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp57 BLOCK_IS_GC = (1 << 27), enumerator
H A DRewriteModernObjC.cpp60 BLOCK_IS_GC = (1 << 27), enumerator