Searched refs:byref_keep (Results 1 – 2 of 2) sorted by relevance
393 copy->byref_keep = src->byref_keep; in _Block_byref_assign_copy()395 (*src->byref_keep)(copy, src); in _Block_byref_assign_copy()400 (void *)©->byref_keep, in _Block_byref_assign_copy()401 (void *)&src->byref_keep, in _Block_byref_assign_copy()695 cp += sprintf(cp, " copy helper: %p\n", (void *)(uintptr_t)src->byref_keep); in _Block_byref_dump()
85 void (*byref_keep)(struct Block_byref *dst, struct Block_byref *src); member