Searched refs:_Block_byref_assign_copy (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libclosure-63/RewriterBlockTest/
H A Dsimpleblock.cpp70 __OBJC_RW_EXTERN void _Block_byref_assign_copy(void *, void *);
/macosx-10.9.5/libclosure-63/tests/
H A Dimport_byref.c89 // _Block_byref_assign_copy will either copy it to the heap or bump the heap refcount
91 _Block_byref_assign_copy(&dst->shared_struct, src->shared_struct);
/macosx-10.9.5/libclosure-63/
H A Druntime.c404 static void _Block_byref_assign_copy(void *dest, const void *arg, const int flags) { function
678 _Block_byref_assign_copy(destAddr, object, flags);

Completed in 72 milliseconds