Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:HasByrefExtendedLayout

2039   bool HasByrefExtendedLayout = false;
2041 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
2042 HasByrefExtendedLayout)
2059 if (HasByrefExtendedLayout)
2112 bool HasByrefExtendedLayout;
2115 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout);
2136 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED;
2189 if (ByRefHasLifetime && HasByrefExtendedLayout) {