Searched refs:STCnothrow (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c47 s2 |= STCnothrow;
67 if (sa & STCnothrow)
68 stc |= STCnothrow;
215 StorageClass stc = STCsafe | STCnothrow | STCpure | STCnogc;
743 TypeFunction *tf = new TypeFunction(parameters, Type::thash_t, 0, LINKd, STCnothrow | STCtrusted);
787 StorageClass stc = STCsafe | STCnothrow | STCpure | STCnogc;
945 stc = STCsafe | STCnothrow | STCpure | STCnogc;
992 StorageClass stc = STCsafe | STCnothrow | STCpure | STCnogc;
1092 stc = STCsafe | STCnothrow | STCpure | STCnogc;
1137 StorageClass stc = STCsafe | STCnothrow | STCpur
[all...]
H A Dblockexit.c485 if (mustNotThrow && !(s->stc & STCnothrow))
490 if (!(s->stc & STCnothrow)) result |= BEthrow;
H A Ddeclaration.h62 #define STCnothrow 0x2000000LL // never throws exceptions macro
72 #define STC_FUNCATTR (STCref | STCnothrow | STCnogc | STCpure | STCproperty | STCsafe | STCtrusted | STCsystem)
98 STCmanifest | STCimmutable | STCshared | STCwild | STCnothrow | STCnogc | STCpure | STCref | STCtls |
H A Darrayop.c65 StorageClass stc = STCtrusted | STCpure | STCnothrow | STCnogc;
H A Ddeclaration.c431 if (storage_class & (STCref | STCnothrow | STCnogc | STCpure | STCdisable))
436 sc2->stc |= storage_class & (STCref | STCnothrow | STCnogc | STCpure | STCshared | STCdisable);
1432 sc->stc &= ~(STC_TYPECTOR | STCpure | STCnothrow | STCnogc | STCref | STCdisable);
H A Dmtype.c5162 if (stc & STCnothrow)
5412 stc |= STCnothrow;
5480 if (sc->stc & STCnothrow)
6319 (stc & STCnothrow && !t->isnothrow) ||
6341 if (stc & STCnothrow)
H A Dparse.c548 case TOKnothrow: stc = STCnothrow; goto Lstc;
1096 case TOKnothrow: stc = STCnothrow; break;
3648 case TOKnothrow: stc = STCnothrow; goto L1;
H A Dfunc.c580 if (tf->isnothrow) sc->stc |= STCnothrow;
1468 STCproperty | STCnothrow | STCpure | STCsafe | STCtrusted | STCsystem);
H A Dstatementsem.c3268 FuncDeclaration *fdenter = FuncDeclaration::genCfunc(args, Type::tvoid, Id::criticalenter, STCnothrow);
3275 FuncDeclaration *fdexit = FuncDeclaration::genCfunc(args, Type::tvoid, Id::criticalexit, STCnothrow);
H A Dhdrgen.c3292 { STCnothrow, TOKnothrow, NULL },
H A Dexpressionsem.c1802 if (sc2->stc & (STCpure | STCnothrow | STCnogc))
1804 sc2->stc &= ~(STCpure | STCnothrow | STCnogc);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h72 #define STCnothrow 0x20000000ULL /// `nothrow` meaning never throws exceptions macro
105 #define STC_FUNCATTR (STCref | STCnothrow | STCnogc | STCpure | STCproperty | STCsafe | STCtrusted | STCsystem)

Completed in 209 milliseconds