Home
last modified time | relevance | path

Searched refs:Block_layout (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/BlocksRuntime/
HDruntime.c286 struct Block_layout *aBlock; in _Block_copy_internal()
294 aBlock = (struct Block_layout *)arg; in _Block_copy_internal()
314 struct Block_layout *result = malloc(aBlock->descriptor->size); in _Block_copy_internal()
332 struct Block_layout *result = _Block_allocator(aBlock->descriptor->size, wantsOne, hasCTOR); in _Block_copy_internal()
437 _Block_deallocator((struct Block_layout *)shared_struct); in _Block_byref_release()
460 struct Block_layout *aBlock = (struct Block_layout *)arg; in _Block_release()
488 struct Block_layout *aBlock; in _Block_destroy()
490 aBlock = (struct Block_layout *)arg; in _Block_destroy()
514 return ((struct Block_layout *)arg)->descriptor->size; in Block_size()
621 struct Block_layout *closure = (struct Block_layout *)block; in _Block_dump()
HDBlock_private.h70 struct Block_layout { struct
/NextBSD/lib/libdispatch/private/
HDintrospection_private.h65 typedef struct Block_layout *dispatch_block_t;
/NextBSD/lib/libdispatch/src/
HDinternal.h500 ((dispatch_function_t)((struct Block_layout *)bb)->invoke)
HDinline_internal.h818 x += sizeof(struct Block_layout); in _dispatch_block_get_data()