Searched refs:inferScope (Results 1 – 12 of 12) sorted by relevance
224 bool inferScope = false; in checkAssignEscape() local226 inferScope = ((TypeFunction *)sc->func->type)->trust != TRUSTsystem; in checkAssignEscape()268 if (!va->isScope() && inferScope) in checkAssignEscape()289 if (!va->isScope() && inferScope) in checkAssignEscape()339 if (!va->isScope() && inferScope) in checkAssignEscape()400 if (!va->isScope() && inferScope) in checkAssignEscape()
600 bool inferScope = false; in checkAssignEscape() local602 inferScope = fd.type.isTypeFunction().trust != TRUST.system; in checkAssignEscape()680 if (inferScope && !va.doNotInferScope) in checkAssignEscape()716 if (!va.isScope() && inferScope) in checkAssignEscape()752 if (!va.isScope() && inferScope) in checkAssignEscape()843 if (!va.isScope() && inferScope) in checkAssignEscape()946 if (!va.isScope() && inferScope) in checkAssignEscape()
201 inferScope = 0x40, /// infer 'scope' for parameters enumerator574 if (flags & FUNCFLAG.inferScope && !(vthis.storage_class & STC.scope_)) in declareThis()1353 flags |= FUNCFLAG.inferScope; in initInferAttributes()3494 this.flags |= FUNCFLAG.inferScope;
462 … if ((funcdecl.flags & FUNCFLAG.inferScope) && !(fparam.storageClass & STC.scope_)) in visit()1261 funcdecl.flags &= ~FUNCFLAG.inferScope; in visit()