Home
last modified time | relevance | path

Searched refs:Block_copy (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp257 dispatch_block_t heap_block = Block_copy(block); in DISPATCH_INTERCEPT_SYNC_F()
393 dispatch_block_t heap_block = Block_copy(^(void) { in DECLARE_REAL()
423 dispatch_block_t new_handler = Block_copy(^(void) { in TSAN_INTERCEPTOR()
452 dispatch_block_t new_handler = Block_copy(^(void) { in TSAN_INTERCEPTOR()
483 dispatch_block_t new_handler = Block_copy(^(void) { in TSAN_INTERCEPTOR()
575 dispatch_block_t heap_block = Block_copy(destructor); in DECLARE_REAL_AND_INTERCEPTOR()
629 Block_copy(^(bool done, dispatch_data_t data, int error) { in TSAN_INTERCEPTOR()
667 dispatch_block_t new_block = Block_copy(^(void) { in TSAN_INTERCEPTOR()
685 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR()
710 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock.h55 #define Block_copy(...) ((__typeof(__VA_ARGS__))_Block_copy((const void *)(__VA_ARGS__))) macro
H A DBlock_private.h168 void (*Block_copy)(void *dst, void *src); /* iff BLOCK_HAS_COPY_DISPOSE */ member
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td267 g1 = Block_copy(block); // Not OK either.