Searched refs:byref_destroy (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/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);

Completed in 105 milliseconds