/external/compiler-rt/lib/BlocksRuntime/ |
D | runtime.c | 321 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()
|
D | Block_private.h | 53 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
|
/external/llvm-project/compiler-rt/lib/BlocksRuntime/ |
D | runtime.c | 321 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()
|
D | Block_private.h | 53 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
|
/external/llvm-project/compiler-rt/test/BlocksRuntime/ |
D | objectassign.c | 55 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) { in main()
|
D | objectRRGC.c | 56 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) { in main()
|
D | byrefsanity.c | 33 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator 59 if ( ! (bb->Block_flags & BLOCK_HAS_COPY_DISPOSE)) { in sanity()
|
/external/compiler-rt/test/BlocksRuntime/ |
D | objectassign.c | 56 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) { in main()
|
D | byrefsanity.c | 34 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator 60 if ( ! (bb->Block_flags & BLOCK_HAS_COPY_DISPOSE)) { in sanity()
|
D | objectRRGC.c | 57 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) { in main()
|
/external/llvm-project/clang/test/CodeGen/ |
D | blocksignature.c | 33 BLOCK_HAS_COPY_DISPOSE = (1 << 25), 66 if (layout->flags & BLOCK_HAS_COPY_DISPOSE)
|
D | blockstret.c | 42 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator 75 if (layout->flags & BLOCK_HAS_COPY_DISPOSE) in getBlockSignature()
|
/external/clang/test/CodeGen/ |
D | blocksignature.c | 33 BLOCK_HAS_COPY_DISPOSE = (1 << 25), 66 if (layout->flags & BLOCK_HAS_COPY_DISPOSE)
|
D | blockstret.c | 42 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator 75 if (layout->flags & BLOCK_HAS_COPY_DISPOSE) in getBlockSignature()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.h | 61 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
|
D | CGBlocks.cpp | 720 if (blockInfo.NeedsCopyDispose) flags |= BLOCK_HAS_COPY_DISPOSE; in EmitBlockLiteral()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBlocks.h | 57 BLOCK_HAS_COPY_DISPOSE = (1 << 25), enumerator
|
/external/clang/test/CodeGenObjC/ |
D | blocks.m | 60 // Flags. This is just BLOCK_HAS_COPY_DISPOSE BLOCK_BYREF_LAYOUT_UNRETAINED
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | blocks.m | 60 // Flags. This is just BLOCK_HAS_COPY_DISPOSE BLOCK_BYREF_LAYOUT_UNRETAINED
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 55 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()
|
D | RewriteModernObjC.cpp | 57 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/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 55 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()
|
D | RewriteModernObjC.cpp | 57 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/docs/ |
D | Block-ABI-Apple.rst | 64 BLOCK_HAS_COPY_DISPOSE = (1 << 25),
|
/external/llvm-project/clang/docs/ |
D | Block-ABI-Apple.rst | 73 BLOCK_HAS_COPY_DISPOSE = (1 << 25),
|