Home
last modified time | relevance | path

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

/external/compiler-rt/lib/BlocksRuntime/
Druntime.c394 copy->byref_destroy = src->byref_destroy; in _Block_byref_assign_copy()
435 (*shared_struct->byref_destroy)(shared_struct); in _Block_byref_release()
696 cp += sprintf(cp, " dispose helper: %p\n", (void *)(uintptr_t)src->byref_destroy); in _Block_byref_dump()
DBlock_private.h86 void (*byref_destroy)(struct Block_byref *); member
/external/honggfuzz/third_party/android/libBlocksRuntime/
Druntime.c394 copy->byref_destroy = src->byref_destroy; in _Block_byref_assign_copy()
435 (*shared_struct->byref_destroy)(shared_struct); in _Block_byref_release()
696 cp += sprintf(cp, " dispose helper: %p\n", (void *)(uintptr_t)src->byref_destroy); in _Block_byref_dump()
DBlock_private.h86 void (*byref_destroy)(struct Block_byref *); member
/external/compiler-rt/test/BlocksRuntime/
Dbyrefsanity.c45 void (*byref_destroy)(struct byref_id *); member