Home
last modified time | relevance | path

Searched refs:BLOCK_HAS_COPY_DISPOSE (Results 1 – 25 of 26) sorted by relevance

12

/external/compiler-rt/lib/BlocksRuntime/
Druntime.c321 if (result->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_copy_internal()
343 if (flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_copy_internal()
390 if (src->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_byref_assign_copy()
433 if (shared_struct->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_byref_release()
473 if (aBlock->flags & BLOCK_HAS_COPY_DISPOSE)(*aBlock->descriptor->dispose)(aBlock); in _Block_release()
664 if (closure->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_dump()
678 if (closure->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_dump()
694 if (src->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_byref_dump()
DBlock_private.h53 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
/external/llvm-project/compiler-rt/lib/BlocksRuntime/
Druntime.c321 if (result->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_copy_internal()
343 if (flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_copy_internal()
390 if (src->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_byref_assign_copy()
433 if (shared_struct->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_byref_release()
473 if (aBlock->flags & BLOCK_HAS_COPY_DISPOSE)(*aBlock->descriptor->dispose)(aBlock); in _Block_release()
664 if (closure->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_dump()
678 if (closure->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_dump()
694 if (src->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_byref_dump()
DBlock_private.h53 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
/external/compiler-rt/test/BlocksRuntime/
Dbyrefsanity.c34 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
60 if ( ! (bb->Block_flags & BLOCK_HAS_COPY_DISPOSE)) { in sanity()
DobjectRRGC.c57 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) { in main()
Dobjectassign.c56 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) { in main()
/external/llvm-project/compiler-rt/test/BlocksRuntime/
Dbyrefsanity.c33 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
59 if ( ! (bb->Block_flags & BLOCK_HAS_COPY_DISPOSE)) { in sanity()
Dobjectassign.c55 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) { in main()
DobjectRRGC.c56 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) { in main()
/external/clang/test/CodeGen/
Dblocksignature.c33 BLOCK_HAS_COPY_DISPOSE = (1 << 25),
66 if (layout->flags & BLOCK_HAS_COPY_DISPOSE)
Dblockstret.c42 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
75 if (layout->flags & BLOCK_HAS_COPY_DISPOSE) in getBlockSignature()
/external/llvm-project/clang/test/CodeGen/
Dblocksignature.c33 BLOCK_HAS_COPY_DISPOSE = (1 << 25),
66 if (layout->flags & BLOCK_HAS_COPY_DISPOSE)
Dblockstret.c42 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
75 if (layout->flags & BLOCK_HAS_COPY_DISPOSE) in getBlockSignature()
/external/clang/lib/CodeGen/
DCGBlocks.h61 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
DCGBlocks.cpp720 if (blockInfo.NeedsCopyDispose) flags |= BLOCK_HAS_COPY_DISPOSE; in EmitBlockLiteral()
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.h57 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
/external/clang/test/CodeGenObjC/
Dblocks.m60 // Flags. This is just BLOCK_HAS_COPY_DISPOSE BLOCK_BYREF_LAYOUT_UNRETAINED
/external/llvm-project/clang/test/CodeGenObjC/
Dblocks.m60 // Flags. This is just BLOCK_HAS_COPY_DISPOSE BLOCK_BYREF_LAYOUT_UNRETAINED
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp55 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
4252 flags |= BLOCK_HAS_COPY_DISPOSE; in RewriteByRefVar()
4531 int flag = (BLOCK_HAS_COPY_DISPOSE | BLOCK_HAS_DESCRIPTOR); in SynthBlockInitExpr()
DRewriteModernObjC.cpp57 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
5103 flags |= BLOCK_HAS_COPY_DISPOSE; in RewriteByRefVar()
5393 int flag = (BLOCK_HAS_COPY_DISPOSE | BLOCK_HAS_DESCRIPTOR); in SynthBlockInitExpr()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp55 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
4241 flags |= BLOCK_HAS_COPY_DISPOSE; in RewriteByRefVar()
4522 int flag = (BLOCK_HAS_COPY_DISPOSE | BLOCK_HAS_DESCRIPTOR); in SynthBlockInitExpr()
DRewriteModernObjC.cpp57 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
5103 flags |= BLOCK_HAS_COPY_DISPOSE; in RewriteByRefVar()
5395 int flag = (BLOCK_HAS_COPY_DISPOSE | BLOCK_HAS_DESCRIPTOR); in SynthBlockInitExpr()
/external/clang/docs/
DBlock-ABI-Apple.rst64 BLOCK_HAS_COPY_DISPOSE = (1 << 25),
/external/llvm-project/clang/docs/
DBlock-ABI-Apple.rst73 BLOCK_HAS_COPY_DISPOSE = (1 << 25),

12