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:__anon2147
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:__anon3362
/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h56 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:__anon3273
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.cpp157 /// 28. BLOCK_IS_GLOBAL - indicates that the block is allocated
1067 BlockFlags flags = BLOCK_IS_GLOBAL | BLOCK_HAS_SIGNATURE;
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp59 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:__anon1403::RewriteObjC::__anon1405
H A DRewriteModernObjC.cpp60 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:__anon1400::RewriteModernObjC::__anon1402

Completed in 232 milliseconds