Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.cpp2069 bool HasByrefExtendedLayout = false; in BuildByRefType() local
2071 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in BuildByRefType()
2072 HasByrefExtendedLayout) in BuildByRefType()
2089 if (HasByrefExtendedLayout) in BuildByRefType()
2142 bool HasByrefExtendedLayout; in emitByrefStructureInit() local
2145 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
2167 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()
2221 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
HDCGDebugInfo.cpp2697 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local
2700 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()
2701 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1029 bool &HasByrefExtendedLayout) const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp4937 bool &HasByrefExtendedLayout) const { in getByrefLifetime()
4943 HasByrefExtendedLayout = false; in getByrefLifetime()
4945 HasByrefExtendedLayout = true; in getByrefLifetime()