Searched refs:BLOCK_IS_GLOBAL (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/CodeGen/ |
D | blocksignature.c | 35 BLOCK_IS_GLOBAL = (1 << 28), 75 printf("desired global flags: %d\n", BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
|
D | blockstret.c | 37 BLOCK_IS_GLOBAL = (1 << 28), enumerator 82 printf("desired global flags: %d\n", BLOCK_USE_STRET | BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE); in main()
|
/external/compiler-rt/BlocksRuntime/tests/ |
D | byrefsanity.c | 37 BLOCK_IS_GLOBAL = (1 << 28), enumerator
|
/external/compiler-rt/BlocksRuntime/ |
D | Block_private.h | 56 BLOCK_IS_GLOBAL = (1 << 28), enumerator
|
D | runtime.c | 308 else if (aBlock->flags & BLOCK_IS_GLOBAL) { in _Block_copy_internal() 476 else if (aBlock->flags & BLOCK_IS_GLOBAL) { in _Block_release()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.h | 53 BLOCK_IS_GLOBAL = (1 << 28), enumerator
|
D | CGBlocks.cpp | 960 BlockFlags flags = BLOCK_IS_GLOBAL | BLOCK_HAS_SIGNATURE; in buildGlobalBlock()
|
/external/clang/docs/ |
D | Block-ABI-Apple.txt | 69 BLOCK_IS_GLOBAL = (1 << 28),
|
/external/clang/lib/Rewrite/ |
D | RewriteObjC.cpp | 55 BLOCK_IS_GLOBAL = (1 << 28), enumerator
|
D | RewriteModernObjC.cpp | 55 BLOCK_IS_GLOBAL = (1 << 28), enumerator
|