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

/freebsd-11.0-release/contrib/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:__anon853
/freebsd-11.0-release/contrib/gcc/
H A Dc-common.h1059 BLOCK_IS_GC = (1 << 27),
1058 BLOCK_IS_GC = (1 << 27), enumerator in enum:__anon1178
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp58 BLOCK_IS_GC = (1 << 27), enumerator in enum:__anon3902::RewriteObjC::__anon3904
H A DRewriteModernObjC.cpp59 BLOCK_IS_GC = (1 << 27), enumerator in enum:__anon3899::RewriteModernObjC::__anon3901

Completed in 147 milliseconds