HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_IS_GLOBAL (Results 1 - 9 of 9) sorted by null

  /external/clang/test/CodeGen/
blocksignature.c 35 BLOCK_IS_GLOBAL = (1 << 28),
75 printf("desired global flags: %d\n", BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
blockstret.c 37 BLOCK_IS_GLOBAL = (1 << 28),
82 printf("desired global flags: %d\n", BLOCK_USE_STRET | BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
  /external/compiler-rt/BlocksRuntime/tests/
byrefsanity.c 37 BLOCK_IS_GLOBAL = (1 << 28),
  /external/compiler-rt/BlocksRuntime/
Block_private.h 56 BLOCK_IS_GLOBAL = (1 << 28),
runtime.c 308 else if (aBlock->flags & BLOCK_IS_GLOBAL) {
476 else if (aBlock->flags & BLOCK_IS_GLOBAL) {
  /external/clang/lib/CodeGen/
CGBlocks.h 63 BLOCK_IS_GLOBAL = (1 << 28),
CGBlocks.cpp 151 /// 28. BLOCK_IS_GLOBAL - indicates that the block is allocated
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 57 BLOCK_IS_GLOBAL = (1 << 28),
    [all...]
RewriteModernObjC.cpp 58 BLOCK_IS_GLOBAL = (1 << 28),
    [all...]

Completed in 193 milliseconds