Searched refs:BLOCK_HAS_COPY_DISPOSE (Results 1 – 13 of 13) sorted by relevance
321 if (result->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_copy_internal()343 if (flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_copy_internal()390 if (src->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_byref_assign_copy()433 if (shared_struct->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_byref_release()473 if (aBlock->flags & BLOCK_HAS_COPY_DISPOSE)(*aBlock->descriptor->dispose)(aBlock); in _Block_release()664 if (closure->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_dump()678 if (closure->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_dump()694 if (src->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_byref_dump()
53 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
56 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) { in main()
57 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) { in main()
34 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator60 if ( ! (bb->Block_flags & BLOCK_HAS_COPY_DISPOSE)) { in sanity()
33 BLOCK_HAS_COPY_DISPOSE = (1 << 25),66 if (layout->flags & BLOCK_HAS_COPY_DISPOSE)
35 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator68 if (layout->flags & BLOCK_HAS_COPY_DISPOSE) in getBlockSignature()
51 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
651 if (blockInfo.NeedsCopyDispose) flags |= BLOCK_HAS_COPY_DISPOSE; in EmitBlockLiteral()1942 if (helpers) flags |= BLOCK_HAS_COPY_DISPOSE; in emitByrefStructureInit()
60 // Flags. This is just BLOCK_HAS_COPY_DISPOSE.
52 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator4345 flags |= BLOCK_HAS_COPY_DISPOSE; in RewriteByRefVar()4629 int flag = (BLOCK_HAS_COPY_DISPOSE | BLOCK_HAS_DESCRIPTOR); in SynthBlockInitExpr()
52 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator4818 flags |= BLOCK_HAS_COPY_DISPOSE; in RewriteByRefVar()5119 int flag = (BLOCK_HAS_COPY_DISPOSE | BLOCK_HAS_DESCRIPTOR); in SynthBlockInitExpr()
67 BLOCK_HAS_COPY_DISPOSE = (1 << 25),