Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d1714 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.d1007 case ScopeRef.ReturnScope: rrs = "NkM"; goto L1; // return scope in mangleParameter()
H A Dmtype.d7081 covariant[ScopeRef.ReturnScope][ScopeRef.None] = true; in covariantInit()
7083 covariant[ScopeRef.Scope ][ScopeRef.ReturnScope] = true; in covariantInit()
7266 case STC.return_ | STC.scope_: result = ScopeRef.ReturnScope; break; in buildScopeRef()
7284 ReturnScope, enumerator
7308 ReturnScope: "ReturnScope", in toChars()
H A Dhdrgen.d2860 case ScopeRef.ReturnScope: rrs = "return scope"; goto L1; in stcToBuffer()
H A Dtypesem.d1514 case ScopeRef.ReturnScope: in typeSemantic()