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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h85 void (*byref_keep)(struct Block_byref *dst, struct Block_byref *src); member in struct:Block_byref
H A Druntime.c393 copy->byref_keep = src->byref_keep;
395 (*src->byref_keep)(copy, src);
400 (void *)&copy->byref_keep,
401 (void *)&src->byref_keep,
695 cp += sprintf(cp, " copy helper: %p\n", (void *)(uintptr_t)src->byref_keep);

Completed in 76 milliseconds