Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d1353 vsr == ScopeRef.Ref_ReturnScope) && in checkReturnEscapeImpl()
1714 if (psr == ScopeRef.ReturnScope || psr == ScopeRef.Ref_ReturnScope) in visit()
1769 if (psr == ScopeRef.ReturnScope || psr == ScopeRef.Ref_ReturnScope) in visit()
1795 if (psr == ScopeRef.ReturnScope || psr == ScopeRef.Ref_ReturnScope) in visit()
2013 else if (psr == ScopeRef.ReturnScope || psr == ScopeRef.Ref_ReturnScope) in visit()
2051 else if (psr == ScopeRef.ReturnScope || psr == ScopeRef.Ref_ReturnScope) in visit()
H A Ddmangle.d1010 … case ScopeRef.Ref_ReturnScope: rrs = isout ? "NkMJ" : "NkMK"; goto L1; // return scope ref in mangleParameter()
H A Dmtype.d7087 covariant[ScopeRef.Ref_ReturnScope][ScopeRef.Ref ] = true; in covariantInit()
7088 covariant[ScopeRef.Ref_ReturnScope][ScopeRef.ReturnRef] = true; in covariantInit()
7270 result = stc & STC.returnScope ? ScopeRef.Ref_ReturnScope in buildScopeRef()
7289 Ref_ReturnScope, enumerator
7313 Ref_ReturnScope: "Ref_ReturnScope", in toChars()
H A Dhdrgen.d2864 … case ScopeRef.Ref_ReturnScope: rrs = isout ? "out return scope" : "ref return scope"; goto L1; in stcToBuffer()
H A Dtypesem.d1515 case ScopeRef.Ref_ReturnScope: in typeSemantic()