Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h57 BLOCK_HAS_DESCRIPTOR = (1 << 29) enumerator
H A Druntime.c628 if (! (closure->flags & BLOCK_HAS_DESCRIPTOR)) { in _Block_dump()
655 if (closure->flags & BLOCK_HAS_DESCRIPTOR) { in _Block_dump()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp62 BLOCK_HAS_DESCRIPTOR = (1 << 29) enumerator
5379 int flag = (BLOCK_HAS_COPY_DISPOSE | BLOCK_HAS_DESCRIPTOR); in SynthBlockInitExpr()