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

  /external/compiler-rt/BlocksRuntime/tests/
byrefsanity.c 36 BLOCK_IS_GC = (1 << 27),
  /external/compiler-rt/BlocksRuntime/
runtime.c 241 _Block_copy_flag = BLOCK_IS_GC;
246 _Byref_flag_initial_value = BLOCK_IS_GC; // no refcount
300 else if (aBlock->flags & BLOCK_IS_GC) {
339 flags |= BLOCK_IS_GC | 1;
341 flags |= BLOCK_IS_GC;
374 if (src->forwarding->flags & BLOCK_IS_GC) {
466 if (aBlock->flags & BLOCK_IS_GC) {
491 if (aBlock->flags & BLOCK_IS_GC) {
661 if (closure->flags & BLOCK_IS_GC) {
Block_private.h 55 BLOCK_IS_GC = (1 << 27),
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 56 BLOCK_IS_GC = (1 << 27),
    [all...]
RewriteModernObjC.cpp 57 BLOCK_IS_GC = (1 << 27),
    [all...]

Completed in 188 milliseconds