Searched refs:byref_destroy (Results 1 - 3 of 3) sorted by last modified time

/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h86 void (*byref_destroy)(struct Block_byref *); member in struct:Block_byref
H A Druntime.c394 copy->byref_destroy = src->byref_destroy;
423 // by using an isa that directs the code to a finalizer that calls the byref_destroy method.
435 (*shared_struct->byref_destroy)(shared_struct);
696 cp += sprintf(cp, " dispose helper: %p\n", (void *)(uintptr_t)src->byref_destroy);
/external/compiler-rt/test/BlocksRuntime/
H A Dbyrefsanity.c45 void (*byref_destroy)(struct byref_id *); member in struct:byref_id

Completed in 235 milliseconds