Home
last modified time | relevance | path

Searched refs:_Block_dump (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
Dstructmember.c38 printf("dump of b is %s\n", _Block_dump(b)); in main()
/external/compiler-rt/lib/BlocksRuntime/
DBlock_private.h157 BLOCK_EXPORT const char *_Block_dump(const void *block);
Druntime.c620 const char *_Block_dump(const void *block) { in _Block_dump() function