Searched refs:vaIsRef (Results 1 – 1 of 1) sorted by relevance
587 const bool vaIsRef = va && va.storage_class & STC.parameter && in checkAssignEscape() local589 if (log && vaIsRef) printf("va is ref `%s`\n", va.toChars()); in checkAssignEscape()599 if (!vaIsRef) in checkAssignEscape()629 if (va && !vaIsRef && !va.isScope() && !v.isScope() && in checkAssignEscape()650 if (!(va && va.isScope()) || vaIsRef) in checkAssignEscape()681 ((va.enclosesLifetimeOf(v) && !(v.storage_class & STC.temp)) || vaIsRef) && in checkAssignEscape()