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

  /external/compiler-rt/lib/BlocksRuntime/
Block_private.h 105 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the __block variable */
112 /* BLOCK_FIELD_IS_BYREF is only used from within block copy helpers */
runtime.c 380 bool isWeak = ((flags & (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK)) == (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK));
539 * BLOCK_FIELD_IS_BYREF (8), for the case of a __block variable.
571 else if ((flags & BLOCK_FIELD_IS_BYREF) == BLOCK_FIELD_IS_BYREF) {
595 if (flags & BLOCK_FIELD_IS_BYREF) {
  /external/honggfuzz/third_party/android/libBlocksRuntime/
Block_private.h 105 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the __block variable */
112 /* BLOCK_FIELD_IS_BYREF is only used from within block copy helpers */
runtime.c 380 bool isWeak = ((flags & (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK)) == (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK));
539 * BLOCK_FIELD_IS_BYREF (8), for the case of a __block variable.
571 else if ((flags & BLOCK_FIELD_IS_BYREF) == BLOCK_FIELD_IS_BYREF) {
595 if (flags & BLOCK_FIELD_IS_BYREF) {
  /external/clang/lib/CodeGen/
CGBlocks.h 103 BLOCK_FIELD_IS_BYREF = 0x08, /* the on stack structure holding the __block
CGBlocks.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 44 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the
    [all...]
RewriteModernObjC.cpp 46 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the
    [all...]

Completed in 123 milliseconds