Searched refs:_Block_copy (Results 1 – 6 of 6) 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
53 _Block_copy(void*);155 if (_Block_copy == 0) { in atexit_b()159 func = _Block_copy(func); in atexit_b()
66 void *_Block_copy(const void *) __weak_symbol;278 if (_Block_copy == NULL) {303 compar = _Block_copy(compar);
61 void *_Block_copy(const void *) __weak_symbol;307 if (_Block_copy == NULL) {332 compar = _Block_copy(compar);
536 extern "C" void* _Block_copy(const void*);549 : __f_(reinterpret_cast<__block_type>(__f ? _Block_copy(__f) : nullptr))