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

  /external/compiler-rt/BlocksRuntime/
Block_private.h 104 BLOCK_FIELD_IS_BLOCK = 7, /* a block variable */
runtime.c 538 * BLOCK_FIELD_IS_BLOCK (7), for the case of another Block, and
577 else if ((flags & BLOCK_FIELD_IS_BLOCK) == BLOCK_FIELD_IS_BLOCK) {
599 else if ((flags & (BLOCK_FIELD_IS_BLOCK|BLOCK_BYREF_CALLER)) == BLOCK_FIELD_IS_BLOCK) {
604 else if ((flags & (BLOCK_FIELD_IS_WEAK|BLOCK_FIELD_IS_BLOCK|BLOCK_BYREF_CALLER)) == BLOCK_FIELD_IS_OBJECT) {
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h 97 BLOCK_FIELD_IS_BLOCK = 7, /* a block variable */
runtime.c 539 * BLOCK_FIELD_IS_BLOCK (7), for the case of another Block, and
578 else if ((flags & BLOCK_FIELD_IS_BLOCK) == BLOCK_FIELD_IS_BLOCK) {
600 else if ((flags & (BLOCK_FIELD_IS_BLOCK|BLOCK_BYREF_CALLER)) == BLOCK_FIELD_IS_BLOCK) {
605 else if ((flags & (BLOCK_FIELD_IS_WEAK|BLOCK_FIELD_IS_BLOCK|BLOCK_BYREF_CALLER)) == BLOCK_FIELD_IS_OBJECT) {
  /external/clang/lib/CodeGen/
CGBlocks.h 86 BLOCK_FIELD_IS_BLOCK = 0x07, /* a block variable */
CGBlocks.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 40 BLOCK_FIELD_IS_BLOCK = 7, /* a block variable */
    [all...]
RewriteObjC.cpp 40 BLOCK_FIELD_IS_BLOCK = 7, /* a block variable */
    [all...]

Completed in 364 milliseconds