Searched refs:_Block_copy (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock.h44 BLOCK_EXPORT void *_Block_copy(const void *aBlock);
55 #define Block_copy(...) ((__typeof(__VA_ARGS__))_Block_copy((const void *)(__VA_ARGS__)))
H A Druntime.c445 * _Block_copy, _Block_release, and (old) _Block_destroy
453 void *_Block_copy(const void *arg) { function
/freebsd-12-stable/lib/libc/stdlib/
H A Datexit.c55 * The _Block_copy() function is provided by the block runtime.
58 _Block_copy(void*);
155 if (_Block_copy == 0) {
159 func = _Block_copy(func);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13882 if (FnI && FnI->isStr("_Block_copy")) {

Completed in 590 milliseconds