Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/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