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

  /external/clang/test/CodeGen/
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/clang/lib/CodeGen/
CGBlocks.h 53 BLOCK_IS_GLOBAL = (1 << 28),
  /external/compiler-rt/BlocksRuntime/
Block_private.h 56 BLOCK_IS_GLOBAL = (1 << 28),
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h 49 BLOCK_IS_GLOBAL = (1 << 28),
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 55 BLOCK_IS_GLOBAL = (1 << 28),
    [all...]
RewriteObjC.cpp 55 BLOCK_IS_GLOBAL = (1 << 28),
    [all...]

Completed in 164 milliseconds