Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:HasByrefExtendedLayout

2055   bool HasByrefExtendedLayout = false;
2057 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
2058 HasByrefExtendedLayout)
2074 if (HasByrefExtendedLayout)
2127 bool HasByrefExtendedLayout;
2130 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout);
2151 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED;
2204 if (ByRefHasLifetime && HasByrefExtendedLayout) {