Home
last modified time | relevance | path

Searched refs:BLOCK_IS_GLOBAL (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
Dblocksignature.c35 BLOCK_IS_GLOBAL = (1 << 28),
75 printf("desired global flags: %d\n", BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
Dblockstret.c44 BLOCK_IS_GLOBAL = (1 << 28), enumerator
89 printf("desired global flags: %d\n", BLOCK_USE_STRET | BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE); in main()
/external/compiler-rt/test/BlocksRuntime/
Dbyrefsanity.c37 BLOCK_IS_GLOBAL = (1 << 28), enumerator
/external/compiler-rt/lib/BlocksRuntime/
DBlock_private.h56 BLOCK_IS_GLOBAL = (1 << 28), enumerator
Druntime.c308 else if (aBlock->flags & BLOCK_IS_GLOBAL) { in _Block_copy_internal()
476 else if (aBlock->flags & BLOCK_IS_GLOBAL) { in _Block_release()
/external/honggfuzz/third_party/android/libBlocksRuntime/
DBlock_private.h56 BLOCK_IS_GLOBAL = (1 << 28), enumerator
Druntime.c308 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/
DCGBlocks.h63 BLOCK_IS_GLOBAL = (1 << 28), enumerator
DCGBlocks.cpp1070 BlockFlags flags = BLOCK_IS_GLOBAL | BLOCK_HAS_SIGNATURE; in buildGlobalBlock()
/external/clang/docs/
DBlock-ABI-Apple.rst66 BLOCK_IS_GLOBAL = (1 << 28),
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp58 BLOCK_IS_GLOBAL = (1 << 28), enumerator
DRewriteModernObjC.cpp60 BLOCK_IS_GLOBAL = (1 << 28), enumerator