Home
last modified time | relevance | path

Searched refs:HasByrefExtendedLayout (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp2650 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local
2652 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()
2653 HasByrefExtendedLayout) { in getBlockByrefInfo()
2720 bool HasByrefExtendedLayout = false; in emitByrefStructureInit() local
2723 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
2743 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()
2795 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
H A DCGDebugInfo.cpp4404 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local
4407 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()
4408 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1402 bool &HasByrefExtendedLayout) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7535 bool &HasByrefExtendedLayout) const { in getByrefLifetime()
7540 HasByrefExtendedLayout = false; in getByrefLifetime()
7542 HasByrefExtendedLayout = true; in getByrefLifetime()