Home
last modified time | relevance | path

Searched refs:safeGroup (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d115 safeGroup = STC.safe | STC.trusted | STC.system, enumerator
119 safeGroup),
127 STC.property | STC.safeGroup | STC.disable | STC.local | STC.live),
131 flowThruAggregate = STC.safeGroup, /// for an AggregateDeclaration
162 STC.safeGroup | STC.disable);
H A Dparse.d1240 checkConflictSTCGroup!true(STC.safeGroup); in appendStorageClass()
4506 pAttrs.storageClass &= STC.safeGroup;
H A Ddsymbolsem.d3156 sc.stc &= ~STC.safeGroup; in funcDeclarationSemantic()