Searched refs:BLOCK_HAS_COPY_DISPOSE (Results 1 – 15 of 15) 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()
34 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator60 if ( ! (bb->Block_flags & BLOCK_HAS_COPY_DISPOSE)) { in sanity()
57 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) { in main()
33 BLOCK_HAS_COPY_DISPOSE = (1 << 25),66 if (layout->flags & BLOCK_HAS_COPY_DISPOSE)
42 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator75 if (layout->flags & BLOCK_HAS_COPY_DISPOSE) in getBlockSignature()
61 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
720 if (blockInfo.NeedsCopyDispose) flags |= BLOCK_HAS_COPY_DISPOSE; in EmitBlockLiteral()
60 // Flags. This is just BLOCK_HAS_COPY_DISPOSE BLOCK_BYREF_LAYOUT_UNRETAINED
55 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator4241 flags |= BLOCK_HAS_COPY_DISPOSE; in RewriteByRefVar()4522 int flag = (BLOCK_HAS_COPY_DISPOSE | BLOCK_HAS_DESCRIPTOR); in SynthBlockInitExpr()
57 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator5103 flags |= BLOCK_HAS_COPY_DISPOSE; in RewriteByRefVar()5395 int flag = (BLOCK_HAS_COPY_DISPOSE | BLOCK_HAS_DESCRIPTOR); in SynthBlockInitExpr()
64 BLOCK_HAS_COPY_DISPOSE = (1 << 25),