Home
last modified time | relevance | path

Searched refs:TYPECTOR (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d117 TYPECTOR = (STC.const_ | STC.immutable_ | STC.shared_ | STC.wild), enumerator
133 … STC.TYPECTOR | STC.final_ | STC.tls | STC.gshared | STC.ref_ | STC.return_ | STC.property |
H A Dparse.d2457 stc = parsePostfix(stc & ~STC.TYPECTOR, null) | stc;
2462 else if (StorageClass modStc = stc & STC.TYPECTOR)
2468 stc &= ~(STC.static_ | STC.TYPECTOR);
2492 stc = parsePostfix(stc & ~STC.TYPECTOR, &udas) | stc;
2497 else if (StorageClass modStc = stc & STC.TYPECTOR)
2503 stc &= ~(STC.static_ | STC.TYPECTOR);
2533 stc = parsePostfix(stc & ~STC.TYPECTOR, null) | stc;
2536 else if (StorageClass modStc = stc & STC.TYPECTOR)
2542 stc &= ~(STC.static_ | STC.TYPECTOR);
2567 stc = parsePostfix(stc & ~STC.TYPECTOR, &udas) | stc;
[all …]
H A Ddsymbolsem.d402 dsym.storage_class |= ad.storage_class & STC.TYPECTOR; in visit()
951 … sc.stc &= ~(STC.TYPECTOR | STC.pure_ | STC.nothrow_ | STC.nogc | STC.ref_ | STC.disable); in visit()
3005 funcdecl.storage_class |= ad.storage_class & (STC.TYPECTOR | STC.synchronized_); in funcDeclarationSemantic()
3011 if ((funcdecl.storage_class & STC.TYPECTOR) && !(ad || funcdecl.isNested())) in funcDeclarationSemantic()
3012 funcdecl.storage_class &= ~STC.TYPECTOR; in funcDeclarationSemantic()
3235 funcdecl.storage_class &= ~(STC.TYPECTOR | STC.FUNCATTR); in funcDeclarationSemantic()
5029 cldec.storage_class |= cldec.baseClass.storage_class & STC.TYPECTOR; in visit()
H A Dsemantic3.d486 …ss & (STC.IOR | STC.return_ | STC.scope_ | STC.lazy_ | STC.final_ | STC.TYPECTOR | STC.nodtor | ST… in visit()
H A Dtypesem.d1250 sc.stc &= ~(STC.TYPECTOR | STC.FUNCATTR); in typeSemantic()
1525 fparam.storageClass &= ~(STC.TYPECTOR); in typeSemantic()
H A Dstatementsem.d1027 … fs.value.storage_class |= p.storageClass & (STC.scope_ | STC.IOR | STC.TYPECTOR); in package()
1287 ve.storage_class |= p.storageClass & (STC.scope_ | STC.IOR | STC.TYPECTOR); in package()
H A Dfunc.d368 this.storage_class &= ~(STC.TYPECTOR | STC.FUNCATTR);
H A Ddtemplate.d855 … fparam.storageClass &= (STC.IOR | STC.lazy_ | STC.final_ | STC.TYPECTOR | STC.nodtor); in evaluateConstraint()
3897 fparam.storageClass &= ~(STC.TYPECTOR | STC.in_); in visit()