HomeSort by relevance Sort by last modified time
    Searched defs:BLOCK_IS_GLOBAL (Results 1 - 4 of 4) 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/clang/lib/CodeGen/
CGBlocks.h 52 BLOCK_IS_GLOBAL = (1 << 28),
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h 49 BLOCK_IS_GLOBAL = (1 << 28),
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 53 BLOCK_IS_GLOBAL = (1 << 28),
    [all...]

Completed in 66 milliseconds