Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
HDBlock_private.h57 BLOCK_HAS_DESCRIPTOR = (1 << 29) enumerator
HDruntime.c628 if (! (closure->flags & BLOCK_HAS_DESCRIPTOR)) { in _Block_dump()
655 if (closure->flags & BLOCK_HAS_DESCRIPTOR) { in _Block_dump()
/freebsd-11-stable/contrib/gcc/
HDChangeLog.apple207 (build_block_descriptor_type, BLOCK_HAS_DESCRIPTOR): Decls added.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp59 BLOCK_HAS_DESCRIPTOR = (1 << 29) enumerator
4521 int flag = (BLOCK_HAS_COPY_DISPOSE | BLOCK_HAS_DESCRIPTOR); in SynthBlockInitExpr()
HDRewriteModernObjC.cpp61 BLOCK_HAS_DESCRIPTOR = (1 << 29) enumerator
5383 int flag = (BLOCK_HAS_COPY_DISPOSE | BLOCK_HAS_DESCRIPTOR); in SynthBlockInitExpr()