Home
last modified time | relevance | path

Searched defs:aBlock (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/libkern/libclosure/
H A Druntime.cpp246 _Block_descriptor_3(struct Block_layout *aBlock) in _Block_descriptor_3()
257 _Block_call_copy_helper(void *result, struct Block_layout *aBlock) in _Block_call_copy_helper()
265 _Block_call_dispose_helper(struct Block_layout *aBlock) in _Block_call_dispose_helper()
284 struct Block_layout *aBlock; in _Block_copy() local
420 struct Block_layout *aBlock = (struct Block_layout *)arg; in _Block_release() local
441 struct Block_layout *aBlock = (struct Block_layout *)arg; in _Block_tryRetain() local
448 struct Block_layout *aBlock = (struct Block_layout *)arg; in _Block_isDeallocating() local
460 Block_size(void *aBlock) in Block_size()
473 _Block_use_stret(void *aBlock) in _Block_use_stret()
483 _Block_has_signature(void *aBlock) in _Block_has_signature()
[all …]
/xnu-12377.1.9/libkern/libkern/
H A DBlock_private.h234 #define _Block_get_relative_function_pointer(aBlock, field, type) \ argument
256 #define _Block_get_relative_function_pointer(aBlock, field, type) \ argument
437 _Block_get_descriptor(struct Block_layout *aBlock) in _Block_get_descriptor()
479 _Block_get_copy_function(struct Block_layout *aBlock) in _Block_get_copy_function()
500 _Block_get_dispose_function(struct Block_layout *aBlock) in _Block_get_dispose_function()