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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c91 static int _Block_copy_flag = BLOCK_NEEDS_FREE;
92 static int _Byref_flag_initial_value = BLOCK_NEEDS_FREE | 2;
295 if (aBlock->flags & BLOCK_NEEDS_FREE) {
319 result->flags |= BLOCK_NEEDS_FREE | 1;
337 flags &= ~(BLOCK_NEEDS_FREE|BLOCK_REFCOUNT_MASK); // XXX not needed
406 else if ((src->forwarding->flags & BLOCK_NEEDS_FREE) == BLOCK_NEEDS_FREE) {
424 if ((shared_struct->flags & BLOCK_NEEDS_FREE) == 0) {
472 else if (aBlock->flags & BLOCK_NEEDS_FREE) {
658 if (closure->flags & BLOCK_NEEDS_FREE) {
[all...]
H A DBlock_private.h52 BLOCK_NEEDS_FREE = (1 << 24), enumerator in enum:__anon1104
/freebsd-11-stable/contrib/gcc/
H A Dc-common.h1055 BLOCK_NEEDS_FREE = (1 << 24),
1054 BLOCK_NEEDS_FREE = (1 << 24), enumerator in enum:__anon1178
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp54 BLOCK_NEEDS_FREE = (1 << 24), enumerator in enum:__anon525::RewriteObjC::__anon527
H A DRewriteModernObjC.cpp56 BLOCK_NEEDS_FREE = (1 << 24), enumerator in enum:__anon522::RewriteModernObjC::__anon524

Completed in 207 milliseconds