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

/freebsd-13-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:__anon2456
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp56 BLOCK_NEEDS_FREE = (1 << 24), enumerator in enum:__anon1907::RewriteModernObjC::__anon1909
H A DRewriteObjC.cpp54 BLOCK_NEEDS_FREE = (1 << 24), enumerator in enum:__anon1910::RewriteObjC::__anon1912

Completed in 198 milliseconds