Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d664 va.storage_class |= STC.scope_ | STC.scopeinferred; in checkAssignEscape()
697 va.storage_class |= STC.scope_ | STC.scopeinferred; in checkAssignEscape()
730 va.storage_class |= STC.scope_ | STC.scopeinferred; in checkAssignEscape()
815 va.storage_class |= STC.scope_ | STC.scopeinferred; in checkAssignEscape()
918 va.storage_class |= STC.scope_ | STC.scopeinferred; in checkAssignEscape()
H A Dastenums.d72scopeinferred = 0x20_0000, /// `scope` has been inferred and should not be part of manglin… enumerator
H A Ddmangle.d990 if (stc & STC.scopeinferred) in mangleParameter()
991 stc &= ~(STC.scope_ | STC.scopeinferred); in mangleParameter()
H A Dsemantic3.d1330 v.storage_class |= STC.scope_ | STC.scopeinferred; in visit()
1331 p.storageClass |= STC.scope_ | STC.scopeinferred; in visit()
1340 funcdecl.vthis.storage_class |= STC.scope_ | STC.scopeinferred; in visit()
H A Dhdrgen.d2836 if (stc & STC.scopeinferred) in stcToBuffer()
2839 stc &= ~(STC.scope_ | STC.scopeinferred); in stcToBuffer()
3203 …STC.return_ | STC.returninferred | STC.scope_ | STC.scopeinferred | STC.out_ | STC.ref_ | STC.retu… in parameterToBuffer()
H A Dmtype.d4260 if (stc & STC.scopeinferred)
4489 if (stc & STC.scopeinferred) in addStorageClass()
5165 auto n = t.next.addStorageClass(STC.scope_ | STC.scopeinferred); in addStorageClass()
7031 if (to & STC.scopeinferred && !(to & STC.return_)) in isCovariantScope()
H A Dtraits.d1498 if (stc & STC.scope_ && !(stc & STC.scopeinferred)) in semanticTraits()
H A Dtypesem.d1201 if (sc.stc & STC.scopeinferred) in typeSemantic()
1455 … fparam.storageClass |= STC.scope_ | STC.scopeinferred; // 'return' implies 'scope' in typeSemantic()
H A Dexpressionsem.d2052 … ((global.params.useDIP1000 == FeatureState.enabled) || !(p.storageClass & STC.scopeinferred))) in functionParameters()