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

  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 242 _Block_copy_flag = BLOCK_IS_GC;
247 _Byref_flag_initial_value = BLOCK_IS_GC; // no refcount
301 else if (aBlock->flags & BLOCK_IS_GC) {
340 flags |= BLOCK_IS_GC | 1;
342 flags |= BLOCK_IS_GC;
375 if (src->forwarding->flags & BLOCK_IS_GC) {
467 if (aBlock->flags & BLOCK_IS_GC) {
492 if (aBlock->flags & BLOCK_IS_GC) {
662 if (closure->flags & BLOCK_IS_GC) {
Block_private.h 48 BLOCK_IS_GC = (1 << 27),
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 52 BLOCK_IS_GC = (1 << 27),
    [all...]

Completed in 27 milliseconds