Searched refs:_Block_copy (Results 1 – 4 of 4) sorted by relevance
44 BLOCK_EXPORT void *_Block_copy(const void *aBlock);55 #define Block_copy(...) ((__typeof(__VA_ARGS__))_Block_copy((const void *)(__VA_ARGS__)))
453 void *_Block_copy(const void *arg) { in _Block_copy() function
55 _Block_copy(void*);152 if (_Block_copy == 0) { in atexit_b()156 func = _Block_copy(func); in atexit_b()
742 extern "C" void* _Block_copy(const void*);755 : __f_(reinterpret_cast<__block_type>(__f ? _Block_copy(__f) : nullptr))766 : __f_(reinterpret_cast<__block_type>(__f ? _Block_copy(__f) : nullptr))