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/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) {
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h 98 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the __block variable */
105 /* BLOCK_FIELD_IS_BYREF is only used from within block copy helpers */
runtime.c 381 bool isWeak = ((flags & (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK)) == (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK));
540 * BLOCK_FIELD_IS_BYREF (8), for the case of a __block variable.
572 else if ((flags & BLOCK_FIELD_IS_BYREF) == BLOCK_FIELD_IS_BYREF) {
596 if (flags & BLOCK_FIELD_IS_BYREF) {
  /external/clang/lib/CodeGen/
CGBlocks.h 88 BLOCK_FIELD_IS_BYREF = 0x08, /* the on stack structure holding the __block
CGBlocks.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 41 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the
    [all...]
RewriteObjC.cpp 41 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the
    [all...]

Completed in 227 milliseconds