Searched refs:scopeinferred (Results 1 – 9 of 9) sorted by relevance
664 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()
72 …scopeinferred = 0x20_0000, /// `scope` has been inferred and should not be part of manglin… enumerator
990 if (stc & STC.scopeinferred) in mangleParameter()991 stc &= ~(STC.scope_ | STC.scopeinferred); in mangleParameter()
1330 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()
2836 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()
4260 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()
1498 if (stc & STC.scope_ && !(stc & STC.scopeinferred)) in semanticTraits()
1201 if (sc.stc & STC.scopeinferred) in typeSemantic()1455 … fparam.storageClass |= STC.scope_ | STC.scopeinferred; // 'return' implies 'scope' in typeSemantic()
2052 … ((global.params.useDIP1000 == FeatureState.enabled) || !(p.storageClass & STC.scopeinferred))) in functionParameters()