Home
last modified time | relevance | path

Searched refs:vaIsRef (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d587 const bool vaIsRef = va && va.storage_class & STC.parameter && in checkAssignEscape() local
589 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()