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

  /external/compiler-rt/BlocksRuntime/
Block_private.h 54 BLOCK_HAS_CTOR = (1 << 26), /* Helpers have C++ code. */
runtime.c 331 bool hasCTOR = (flags & BLOCK_HAS_CTOR) != 0;
492 // assert(aBlock->Block_flags & BLOCK_HAS_CTOR);
667 if (closure->flags & BLOCK_HAS_CTOR) {
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h 47 BLOCK_HAS_CTOR = (1 << 26), /* Helpers have C++ code. */
runtime.c 332 bool hasCTOR = (flags & BLOCK_HAS_CTOR) != 0;
493 // bccAssert(aBlock->Block_flags & BLOCK_HAS_CTOR);
668 if (closure->flags & BLOCK_HAS_CTOR) {

Completed in 71 milliseconds