Home
last modified time | relevance | path

Searched refs:inferScope (Results 1 – 12 of 12) sorted by relevance

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Descape.c224 bool inferScope = false; in checkAssignEscape() local
226 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()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Descape.c224 bool inferScope = false; in checkAssignEscape() local
226 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()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Descape.c224 bool inferScope = false; in checkAssignEscape() local
226 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()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Descape.c224 bool inferScope = false; in checkAssignEscape() local
226 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()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Descape.c224 bool inferScope = false; in checkAssignEscape() local
226 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()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Descape.c224 bool inferScope = false; in checkAssignEscape() local
226 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()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Descape.c224 bool inferScope = false; in checkAssignEscape() local
226 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()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Descape.c224 bool inferScope = false; in checkAssignEscape() local
226 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()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Descape.c224 bool inferScope = false; in checkAssignEscape() local
226 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()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Descape.d600 bool inferScope = false; in checkAssignEscape() local
602 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()
H A Dfunc.d201 inferScope = 0x40, /// infer 'scope' for parameters enumerator
574 if (flags & FUNCFLAG.inferScope && !(vthis.storage_class & STC.scope_)) in declareThis()
1353 flags |= FUNCFLAG.inferScope; in initInferAttributes()
3494 this.flags |= FUNCFLAG.inferScope;
H A Dsemantic3.d462 … if ((funcdecl.flags & FUNCFLAG.inferScope) && !(fparam.storageClass & STC.scope_)) in visit()
1261 funcdecl.flags &= ~FUNCFLAG.inferScope; in visit()