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

/freebsd-11-stable/contrib/llvm-project/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:__anon1104
/freebsd-11-stable/contrib/gcc/
H A Dc-common.h1059 BLOCK_IS_GC = (1 << 27),
1058 BLOCK_IS_GC = (1 << 27), enumerator in enum:__anon1178
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp57 BLOCK_IS_GC = (1 << 27), enumerator in enum:__anon525::RewriteObjC::__anon527
H A DRewriteModernObjC.cpp59 BLOCK_IS_GC = (1 << 27), enumerator in enum:__anon522::RewriteModernObjC::__anon524

Completed in 206 milliseconds