Home
last modified time | relevance | path

Searched refs:Block_release (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang/test/ARCMT/
H A Dblock_copy_release.m11 Block_release(c);
16 Block_release(c);
H A DCommon.h110 #define Block_release(...) _Block_release((const void *)(__VA_ARGS__)) macro
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_libdispatch.cpp156 Block_release(block); in invoke_and_release_block()
430 Block_release(new_handler); in TSAN_INTERCEPTOR()
459 Block_release(new_handler); in TSAN_INTERCEPTOR()
603 Block_release(new_h); in TSAN_INTERCEPTOR()
620 Block_release(new_h); in TSAN_INTERCEPTOR()
638 Block_release(new_h); in TSAN_INTERCEPTOR()
657 Block_release(new_h); in TSAN_INTERCEPTOR()
676 Block_release(new_block); in TSAN_INTERCEPTOR()
698 Block_release(new_h); in TSAN_INTERCEPTOR()
724 Block_release(new_h); in TSAN_INTERCEPTOR()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp156 Block_release(block); in invoke_and_release_block()
430 Block_release(new_handler); in TSAN_INTERCEPTOR()
459 Block_release(new_handler); in TSAN_INTERCEPTOR()
603 Block_release(new_h); in TSAN_INTERCEPTOR()
620 Block_release(new_h); in TSAN_INTERCEPTOR()
638 Block_release(new_h); in TSAN_INTERCEPTOR()
657 Block_release(new_h); in TSAN_INTERCEPTOR()
676 Block_release(new_block); in TSAN_INTERCEPTOR()
698 Block_release(new_h); in TSAN_INTERCEPTOR()
724 Block_release(new_h); in TSAN_INTERCEPTOR()
[all …]
/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Drdar6414583.c26 Block_release(block); in main()
H A Dcopynull.c30 Block_release(blockcopy); in main()
H A Ddispatch_call_Block_with_release.c19 Block_release(b); in dispatch_call_Block_with_release2()
H A Dblockimport.c47 Block_release(vvcopy); in main()
H A Dbyrefcopycopy.c32 Block_release(_b); in main()
H A Dglobalexpression.c26 Block_release(gblockcopy); in main()
H A Dbyrefcopyint.c62 Block_release(array[i]); in main()
H A Drecursive-block.c49 Block_release(block); in main()
H A Dreference.C72 Block_release(b2); in test()
/llvm-project-15.0.7/compiler-rt/lib/BlocksRuntime/
H A DBlock.h56 #define Block_release(...) _Block_release((const void *)(__VA_ARGS__)) macro
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-objc-dealloc.h34 #define Block_release(...) _Block_release((const void *)(__VA_ARGS__)) macro
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/
H A Dfunc.blocks.pass.cpp136 Block_release(block); in main()
/llvm-project-15.0.7/clang/docs/
H A DBlockLanguageSpec.rst216 type. The release operation, ``Block_release()``, is styled as a
241 there is no provision to do a ``Block_copy`` or a ``Block_release`` if
H A DBlock-ABI-Apple.rst128 ``Block_copy()`` and ``Block_release()`` operations, in which case the
372 and ``Block_release()`` are performed upon a referencing ``Block``. At the "C"
385 // helper functions called via Block_copy() and Block_release()
H A DAutomaticReferenceCounting.rst103 ``Block_release``, which decreases the reference count by 1 and destroys the
/llvm-project-15.0.7/clang/test/Analysis/
H A DDeallocMissingRelease.m140 Block_release(_blockProperty3);