HomeSort by relevance Sort by last modified time
    Searched defs:BLOCK_IS_GLOBAL (Results 1 - 6 of 6) 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/compiler-rt/BlocksRuntime/
Block_private.h 56 BLOCK_IS_GLOBAL = (1 << 28),
  /external/clang/lib/CodeGen/
CGBlocks.h 63 BLOCK_IS_GLOBAL = (1 << 28),
  /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 147 milliseconds