Home
last modified time | relevance | path

Searched refs:STCsystem (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h72 …CATTR (STCref | STCnothrow | STCnogc | STCpure | STCproperty | STCsafe | STCtrusted | STCsystem)
77 #define STCsystem 0x800000000LL macro
99 STCgshared | STCproperty | STCsafe | STCtrusted | STCsystem | STCdisable | STClocal);
H A Dclone.c41 s2 |= STCsystem; in mergeFuncAttrs()
55 if (so & STCsystem) in mergeFuncAttrs()
56 stc |= STCsystem; in mergeFuncAttrs()
H A Dattrib.c425 if (stc & (STCsafe | STCtrusted | STCsystem)) in newScope()
426 scstc &= ~(STCsafe | STCtrusted | STCsystem); in newScope()
H A Ddstruct.c227 sc2->stc &= STCsafe | STCtrusted | STCsystem; in newScope()
H A Dparse.c133 stc == STCsafe || stc == STCtrusted || stc == STCsystem) in parseModule()
1000 if (stc & (STCsafe | STCsystem | STCtrusted)) in appendStorageClass()
1002 StorageClass u = storageClass & (STCsafe | STCsystem | STCtrusted); in appendStorageClass()
1037 stc = STCsystem; in parseAttribute()
4019 pAttrs->storageClass &= (STCsafe | STCsystem | STCtrusted); in parseDeclarations()
H A Dfunc.c585 sc->stc &= ~(STCsafe | STCsystem | STCtrusted); in semantic()
587 if (tf->trust == TRUSTsystem) sc->stc |= STCsystem; in semantic()
1468 STCproperty | STCnothrow | STCpure | STCsafe | STCtrusted | STCsystem); in semantic3()
H A Dhdrgen.c3302 { STCsystem, TOKat, "@system" }, in stcToChars()
H A Dmtype.c5181 if (stc & STCsystem) in TypeFunction()
5500 if (sc->stc & STCsystem) in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h83 #define STCsystem 0x8000000000ULL /// `@system` macro
105 …CATTR (STCref | STCnothrow | STCnogc | STCpure | STCproperty | STCsafe | STCtrusted | STCsystem)