Home
last modified time | relevance | path

Searched refs:BLOCK_HAS_CTOR (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/BlocksRuntime/
DBlock_private.h54 BLOCK_HAS_CTOR = (1 << 26), /* Helpers have C++ code. */ enumerator
Druntime.c331 bool hasCTOR = (flags & BLOCK_HAS_CTOR) != 0; in _Block_copy_internal()
667 if (closure->flags & BLOCK_HAS_CTOR) { in _Block_dump()
/external/clang/docs/
DBlock-ABI-Apple.rst65 BLOCK_HAS_CTOR = (1 << 26), // helpers have C++ code