Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:HasByrefExtendedLayout

2057   bool HasByrefExtendedLayout = false;
2059 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
2060 HasByrefExtendedLayout)
2077 if (HasByrefExtendedLayout)
2130 bool HasByrefExtendedLayout;
2133 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout);
2154 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED;
2207 if (ByRefHasLifetime && HasByrefExtendedLayout) {