Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d1716 else if (psr == ScopeRef.ReturnRef || psr == ScopeRef.ReturnRef_Scope) in visit()
1771 else if (psr == ScopeRef.ReturnRef || psr == ScopeRef.ReturnRef_Scope) in visit()
1797 else if (psr == ScopeRef.ReturnRef || psr == ScopeRef.ReturnRef_Scope) in visit()
2011 if (psr == ScopeRef.ReturnRef || psr == ScopeRef.ReturnRef_Scope) in visit()
2049 if (psr == ScopeRef.ReturnRef || psr == ScopeRef.ReturnRef_Scope) in visit()
H A Dmtype.d7085 covariant[ScopeRef.Ref ][ScopeRef.ReturnRef] = true; in covariantInit()
7086 covariant[ScopeRef.ReturnRef_Scope][ScopeRef.ReturnRef] = true; in covariantInit()
7088 covariant[ScopeRef.Ref_ReturnScope][ScopeRef.ReturnRef] = true; in covariantInit()
7265 case STC.return_ | STC.ref_: result = ScopeRef.ReturnRef; break; in buildScopeRef()
7286 ReturnRef, enumerator
7310 ReturnRef: "ReturnRef", in toChars()
H A Ddmangle.d1008 case ScopeRef.ReturnRef: rrs = isout ? "NkJ" : "NkK"; goto L1; // return ref in mangleParameter()
H A Dhdrgen.d2861 … case ScopeRef.ReturnRef: rrs = isout ? "return out" : "return ref"; goto L1; in stcToBuffer()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-actions.h1030 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT