Searched refs:BLOCK_HAS_CTOR (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h54 BLOCK_HAS_CTOR = (1 << 26), /* Helpers have C++ code. */ enumerator in enum:__anon19571
H A Druntime.c331 bool hasCTOR = (flags & BLOCK_HAS_CTOR) != 0;
492 // assert(aBlock->Block_flags & BLOCK_HAS_CTOR);
667 if (closure->flags & BLOCK_HAS_CTOR) {

Completed in 143 milliseconds