Home
last modified time | relevance | path

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

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