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

  /external/clang/test/CodeGen/
blockstret.c 38 BLOCK_USE_STRET = (1 << 29),
76 int want = BLOCK_HAS_OBJC_TYPE | BLOCK_USE_STRET;
82 printf("desired global flags: %d\n", BLOCK_USE_STRET | BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
83 printf("desired stack flags: %d\n", BLOCK_USE_STRET | BLOCK_HAS_OBJC_TYPE);
  /external/clang/lib/CodeGen/
CGBlocks.h 53 BLOCK_USE_STRET = (1 << 29),
CGBlocks.cpp 131 /// 29. BLOCK_USE_STRET - indicates that the block function
520 if (blockInfo.UsesStret) flags |= BLOCK_USE_STRET;
832 if (blockInfo.UsesStret) flags |= BLOCK_USE_STRET;
    [all...]

Completed in 87 milliseconds