Searched refs:Block_byref (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h80 struct Block_byref { struct
82 struct Block_byref *forwarding;
85 void (*byref_keep)(struct Block_byref *dst, struct Block_byref *src);
86 void (*byref_destroy)(struct Block_byref *);
93 struct Block_byref *forwarding;
H A Druntime.c369 struct Block_byref **destp = (struct Block_byref **)dest;
370 struct Block_byref *src = (struct Block_byref *)arg;
382 struct Block_byref *copy = (struct Block_byref *)_Block_allocator(src->size, false, isWeak);
415 struct Block_byref *shared_struct = (struct Block_byref *)arg;
687 const char *_Block_byref_dump(struct Block_byref *src) {
/external/compiler-rt/test/BlocksRuntime/
H A Dnullblockisa.c25 struct Block_byref *innerp;

Completed in 377 milliseconds