Home
last modified time | relevance | path

Searched refs:BLOCK_HAS_COPY_DISPOSE (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/libkern/libkern/
H A DBlock_private.h279 BLOCK_HAS_COPY_DISPOSE = (1 << 25),// compiler enumerator
481 if (!(aBlock->flags & BLOCK_HAS_COPY_DISPOSE)) { in _Block_get_copy_function()
502 if (!(aBlock->flags & BLOCK_HAS_COPY_DISPOSE)) { in _Block_get_dispose_function()
/xnu-11215.81.4/libkern/libclosure/
H A Druntime.cpp250 if (aBlock->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_descriptor_3()