Searched refs:TYPECTOR (Results 1 – 8 of 8) sorted by relevance
117 TYPECTOR = (STC.const_ | STC.immutable_ | STC.shared_ | STC.wild), enumerator133 … STC.TYPECTOR | STC.final_ | STC.tls | STC.gshared | STC.ref_ | STC.return_ | STC.property |
2457 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 …]
402 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()
486 …ss & (STC.IOR | STC.return_ | STC.scope_ | STC.lazy_ | STC.final_ | STC.TYPECTOR | STC.nodtor | ST… in visit()
1250 sc.stc &= ~(STC.TYPECTOR | STC.FUNCATTR); in typeSemantic()1525 fparam.storageClass &= ~(STC.TYPECTOR); in typeSemantic()
1027 … 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()
368 this.storage_class &= ~(STC.TYPECTOR | STC.FUNCATTR);
855 … fparam.storageClass &= (STC.IOR | STC.lazy_ | STC.final_ | STC.TYPECTOR | STC.nodtor); in evaluateConstraint()3897 fparam.storageClass &= ~(STC.TYPECTOR | STC.in_); in visit()