Home
last modified time | relevance | path

Searched refs:_Block_object_dispose (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/clang/test/CodeGenObjC/
Dblocks-1.m11 // CHECK: call void @_Block_object_dispose(
17 // CHECK: call void @_Block_object_dispose(
22 // CHECK: call void @_Block_object_dispose(
28 // CHECK: call void @_Block_object_dispose(
Dblocks-2.m30 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T1]], i32 8)
36 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T1]], i32 8)
Dblocks.m84 // CHECK: call void @_Block_object_dispose(i8* [[T0]], i32 24)
Darc-blocks.m138 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T0]], i32 8)
168 // CHECK: call void @_Block_object_dispose(i8* {{%.*}}, i32 8)
226 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T0]], i32 8)
358 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T0]], i32 8)
421 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T0]], i32 8)
/external/llvm-project/clang/test/Rewriter/
Dinner-block-helper-funcs.mm30 // CHECK-LP: _Block_object_dispose((void*)src->innerBlock, 7
32 // CHECK-LP: _Block_object_dispose((void*)src->innerObject, 3
/external/clang/test/Rewriter/
Dinner-block-helper-funcs.mm30 // CHECK-LP: _Block_object_dispose((void*)src->innerBlock, 7
32 // CHECK-LP: _Block_object_dispose((void*)src->innerObject, 3
/external/clang/test/CodeGenObjC/
Dblocks-1.m2 // RUN: grep "_Block_object_dispose" %t | count 6
12 // RUN: grep "_Block_object_dispose" %t | count 6
Dblocks-2.m30 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T1]], i32 8)
36 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T1]], i32 8)
Darc-blocks.m132 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T0]], i32 8)
162 // CHECK: call void @_Block_object_dispose(i8* {{%.*}}, i32 8)
218 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T0]], i32 8)
246 // CHECK: call void @_Block_object_dispose(i8* {{%.*}}, i32 8)
364 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T0]], i32 8)
428 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T0]], i32 8)
Dblocks.m85 // CHECK: call void @_Block_object_dispose(i8* [[T0]], i32 8)
/external/clang/docs/
DBlock-ABI-Apple.rst17 ``_Block_object_dispose`` for all "Object" types in helper functions.
284 _Block_object_dispose(src->existingBlock, BLOCK_FIELD_IS_BLOCK);
321 ``_Block_object_dispose`` runtime helper function should be called.
340 _Block_object_dispose(src->objectPointer, BLOCK_FIELD_IS_OBJECT);
427 ``_Block_object_dispose`` routines supplied by the runtime to make the
456 _Block_object_dispose(param->captured_voidBlock, BLOCK_FIELD_IS_BLOCK | BLOCK_BYREF_CALLER)}
475 ``_Block_object_dispose``.
519 _Block_object_dispose(src->captured_i, BLOCK_FIELD_IS_BYREF | BLOCK_BYREF_CALLER);
547 ``_Block_object_assign`` and ``_Block_object_dispose``.
562 _Block_object_dispose(&_block_byref_foo, BLOCK_FIELD_IS_BYREF);
[all …]
/external/llvm-project/clang/docs/
DBlock-ABI-Apple.rst17 ``_Block_object_dispose`` for all "Object" types in helper functions.
293 _Block_object_dispose(src->existingBlock, BLOCK_FIELD_IS_BLOCK);
330 ``_Block_object_dispose`` runtime helper function should be called.
349 _Block_object_dispose(src->objectPointer, BLOCK_FIELD_IS_OBJECT);
436 ``_Block_object_dispose`` routines supplied by the runtime to make the
465 _Block_object_dispose(param->captured_voidBlock, BLOCK_FIELD_IS_BLOCK | BLOCK_BYREF_CALLER)}
484 ``_Block_object_dispose``.
528 _Block_object_dispose(src->captured_i, BLOCK_FIELD_IS_BYREF | BLOCK_BYREF_CALLER);
556 ``_Block_object_assign`` and ``_Block_object_dispose``.
571 _Block_object_dispose(&_block_byref_foo, BLOCK_FIELD_IS_BYREF);
[all …]
/external/llvm-project/compiler-rt/test/BlocksRuntime/
Dobjectassign.c30 void _Block_object_dispose(const void *object, const int isWeak) { in _Block_object_dispose() function
DobjectRRGC.c31 void _Block_object_dispose(const void *object, const int isWeak) { in _Block_object_dispose() function
/external/compiler-rt/test/BlocksRuntime/
Dobjectassign.c31 void _Block_object_dispose(const void *object, const int isWeak) { in _Block_object_dispose() function
DobjectRRGC.c32 void _Block_object_dispose(const void *object, const int isWeak) { in _Block_object_dispose() function
/external/llvm-project/compiler-rt/lib/BlocksRuntime/
DBlock_private.h116 BLOCK_EXPORT void _Block_object_dispose(const void *object, const int flags);
/external/compiler-rt/lib/BlocksRuntime/
DBlock_private.h116 BLOCK_EXPORT void _Block_object_dispose(const void *object, const int flags);
Druntime.c593 void _Block_object_dispose(const void *object, const int flags) { in _Block_object_dispose() function
/external/llvm/test/DebugInfo/Generic/
Dblock-asan.ll41 call void @_Block_object_dispose(i8* %2, i32 8) #3, !dbg !26
50 declare void @_Block_object_dispose(i8*, i32)
/external/llvm-project/llvm/test/DebugInfo/Generic/
Dblock-asan.ll42 call void @_Block_object_dispose(i8* %2, i32 8) #3, !dbg !26
51 declare void @_Block_object_dispose(i8*, i32)
/external/llvm/test/Transforms/ObjCARC/
Descape.ll60 call void @_Block_object_dispose(i8* %tmp5, i32 8) nounwind
115 call void @_Block_object_dispose(i8* %tmp5, i32 8) nounwind
125 declare void @_Block_object_dispose(i8*, i32)
/external/llvm-project/llvm/test/Transforms/ObjCARC/
Descape.ll60 call void @_Block_object_dispose(i8* %tmp5, i32 8) nounwind
115 call void @_Block_object_dispose(i8* %tmp5, i32 8) nounwind
125 declare void @_Block_object_dispose(i8*, i32)
/external/clang/test/CodeGenObjCXX/
Darc-blocks.mm31 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T1]], i32 8)
/external/llvm-project/clang/test/CodeGenObjCXX/
Darc-blocks.mm38 // CHECK-NEXT: call void @_Block_object_dispose(i8* [[T1]], i32 8)
114 // CHECK: call void @_Block_object_dispose(i8* %[[V21]], i32 8)
145 // CHECK: call void @_Block_object_dispose(i8* %[[V7]], i32 8)
162 // CHECK: call void @_Block_object_dispose(i8* %[[V14]], i32 8)

12