Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d367 psr == ScopeRef.RefScope || in checkParamArgumentEscape()
1352 vsr == ScopeRef.RefScope || in checkReturnEscapeImpl()
1357 (vsr == ScopeRef.Ref || vsr == ScopeRef.RefScope)) in checkReturnEscapeImpl()
H A Ddmangle.d1004 case ScopeRef.RefScope: in mangleParameter()
H A Dmtype.d7079 covariant[ScopeRef.RefScope][i] = true; in covariantInit()
7267 case STC.ref_ | STC.scope_: result = ScopeRef.RefScope; break; in buildScopeRef()
7287 RefScope, enumerator
7311 RefScope: "RefScope", in toChars()
H A Dhdrgen.d2862 … case ScopeRef.RefScope: rrs = isout ? "out scope" : "ref scope"; goto L1; in stcToBuffer()
H A Dtypesem.d1508 case ScopeRef.RefScope: in typeSemantic()