/external/compiler-rt/test/BlocksRuntime/ |
byrefsanity.c | 44 void (*byref_keep)(struct byref_id *dst, struct byref_id *src); member in struct:byref_id
|
/external/compiler-rt/lib/BlocksRuntime/ |
Block_private.h | 85 void (*byref_keep)(struct Block_byref *dst, struct Block_byref *src); member in struct:Block_byref
|
runtime.c | 393 copy->byref_keep = src->byref_keep; 395 (*src->byref_keep)(copy, src); 400 (void *)©->byref_keep, 401 (void *)&src->byref_keep, 695 cp += sprintf(cp, " copy helper: %p\n", (void *)(uintptr_t)src->byref_keep);
|
/external/honggfuzz/third_party/android/libBlocksRuntime/ |
Block_private.h | 85 void (*byref_keep)(struct Block_byref *dst, struct Block_byref *src); member in struct:Block_byref
|
runtime.c | 393 copy->byref_keep = src->byref_keep; 395 (*src->byref_keep)(copy, src); 400 (void *)©->byref_keep, 401 (void *)&src->byref_keep, 695 cp += sprintf(cp, " copy helper: %p\n", (void *)(uintptr_t)src->byref_keep);
|