Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBlocks.h49 BLOCK_IS_NOESCAPE = (1 << 23), enumerator
DCGBlocks.cpp851 flags |= BLOCK_IS_NOESCAPE | BLOCK_IS_GLOBAL; in EmitBlockLiteral()
/openbsd/src/gnu/llvm/clang/docs/
DBlock-ABI-Apple.rst68 // BLOCK_IS_NOESCAPE is set, BLOCK_IS_GLOBAL is set too. Copying a
71 BLOCK_IS_NOESCAPE = (1 << 23),