Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock.h47 BLOCK_EXPORT void _Block_release(const void *aBlock);
56 #define Block_release(...) _Block_release((const void *)(__VA_ARGS__))
H A Druntime.c459 void _Block_release(void *arg) { in _Block_release() function
495 _Block_release(aBlock); in _Block_destroy()
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h743 extern "C" void _Block_release(const void*);
785 _Block_release(__f_);