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

/freebsd-10.1-release/contrib/compiler-rt/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-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6664 if (FnI && FnI->isStr("_Block_copy")) {

Completed in 180 milliseconds