Home
last modified time | relevance | path

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

/xnu-12377.1.9/libkern/libclosure/ !
H A Druntime.cpp259 if (auto *pFn = _Block_get_copy_function(aBlock)) { in _Block_call_copy_helper() local
260 pFn(result, aBlock); in _Block_call_copy_helper()
267 if (auto *pFn = _Block_get_dispose_function(aBlock)) { in _Block_call_dispose_helper() local
268 pFn(aBlock); in _Block_call_dispose_helper()