Searched refs:BLOCK_IS_GLOBAL (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h56 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:__anon1104
H A Druntime.c308 else if (aBlock->flags & BLOCK_IS_GLOBAL) {
476 else if (aBlock->flags & BLOCK_IS_GLOBAL) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h59 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:clang::CodeGen::BlockLiteralFlags
H A DCGBlocks.cpp309 /// 28. BLOCK_IS_GLOBAL - indicates that the block is allocated
956 // and set the BLOCK_IS_GLOBAL bit of field 'flags'. Copying a non-escaping
977 flags |= BLOCK_IS_NOESCAPE | BLOCK_IS_GLOBAL;
1407 BlockFlags flags = BLOCK_IS_GLOBAL | BLOCK_HAS_SIGNATURE;
/freebsd-11-stable/contrib/gcc/
H A Dc-common.h1061 BLOCK_IS_GLOBAL = (1 << 28),
1060 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:__anon1178
H A Dc-parser.c8754 BLOCK_USE_STRET | BLOCK_HAS_COPY_DISPOSE | BLOCK_IS_GLOBAL // __flags,
8813 flags |= BLOCK_IS_GLOBAL;
8929 BLOCK_USE_STRET | BLOCK_HAS_COPY_DISPOSE | BLOCK_IS_GLOBAL // __flags,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp58 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:__anon525::RewriteObjC::__anon527
H A DRewriteModernObjC.cpp60 BLOCK_IS_GLOBAL = (1 << 28), enumerator in enum:__anon522::RewriteModernObjC::__anon524
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c19224 BLOCK_USE_STRET | BLOCK_HAS_COPY_DISPOSE | BLOCK_IS_GLOBAL // __flags,
19289 flags |= BLOCK_IS_GLOBAL;
19395 BLOCK_HAS_CXX_OBJ | BLOCK_HAS_COPY_DISPOSE | BLOCK_IS_GLOBAL // flags,

Completed in 302 milliseconds