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

  /external/compiler-rt/lib/BlocksRuntime/
Block_private.h 107 BLOCK_BYREF_CALLER = 128 /* called from __block (byref) copy/dispose support routines. */
runtime.c 544 When a __block variable is either a C++ object, an Objective-C object, or another Block then the compiler also generates copy/dispose helper functions. Similarly to the Block copy helper, the "__block" copy helper (formerly and still a.k.a. "byref" copy helper) will do a C++ copy constructor (not a const one though!) and the dispose helper will do the destructor. And similarly the helpers will call into the same two support functions with the same values for objects and Blocks with the additional BLOCK_BYREF_CALLER (128) bit of information supplied.
562 if ((flags & BLOCK_BYREF_CALLER) == BLOCK_BYREF_CALLER) {
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) {
  /external/honggfuzz/third_party/android/libBlocksRuntime/
Block_private.h 107 BLOCK_BYREF_CALLER = 128 /* called from __block (byref) copy/dispose support routines. */
runtime.c 544 When a __block variable is either a C++ object, an Objective-C object, or another Block then the compiler also generates copy/dispose helper functions. Similarly to the Block copy helper, the "__block" copy helper (formerly and still a.k.a. "byref" copy helper) will do a C++ copy constructor (not a const one though!) and the dispose helper will do the destructor. And similarly the helpers will call into the same two support functions with the same values for objects and Blocks with the additional BLOCK_BYREF_CALLER (128) bit of information supplied.
562 if ((flags & BLOCK_BYREF_CALLER) == BLOCK_BYREF_CALLER) {
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) {
  /external/clang/lib/CodeGen/
CGBlocks.h 108 BLOCK_BYREF_CALLER = 128, /* called from __block (byref) copy/dispose
CGBlocks.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 48 BLOCK_BYREF_CALLER = 128, /* called from __block (byref) copy/dispose
    [all...]
RewriteModernObjC.cpp 50 BLOCK_BYREF_CALLER = 128, /* called from __block (byref) copy/dispose
    [all...]

Completed in 433 milliseconds