Searched refs:BLOCK_IS_GLOBAL (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGen/
H A Dblocksignature.c35 BLOCK_IS_GLOBAL = (1 << 28),
75 printf("desired global flags: %d\n", BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
H A Dblockstret.c44 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:__anon18624
89 printf("desired global flags: %d\n", BLOCK_USE_STRET | BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
/external/compiler-rt/test/BlocksRuntime/
H A Dbyrefsanity.c37 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:__anon19644
/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h56 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:__anon19571
H A Druntime.c308 else if (aBlock->flags & BLOCK_IS_GLOBAL) {
476 else if (aBlock->flags & BLOCK_IS_GLOBAL) {
/external/clang/lib/CodeGen/
H A DCGBlocks.h63 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:clang::CodeGen::BlockLiteralFlags
H A DCGBlocks.cpp151 /// 28. BLOCK_IS_GLOBAL - indicates that the block is allocated
1051 BlockFlags flags = BLOCK_IS_GLOBAL | BLOCK_HAS_SIGNATURE;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp58 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:__anon17972::RewriteModernObjC::__anon17974
H A DRewriteObjC.cpp57 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:__anon17975::RewriteObjC::__anon17977

Completed in 3575 milliseconds