Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:HasByrefExtendedLayout

2097   bool HasByrefExtendedLayout = false;
2099 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
2100 HasByrefExtendedLayout) {
2169 bool HasByrefExtendedLayout;
2172 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout);
2192 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED;
2244 if (ByRefHasLifetime && HasByrefExtendedLayout) {