Searched refs:STCtrusted (Results 1 – 11 of 11) sorted by relevance
43 s2 |= STCtrusted; in mergeFuncAttrs()57 else if (sa & STCtrusted) in mergeFuncAttrs()58 stc |= STCtrusted; in mergeFuncAttrs()59 else if ((so & (STCtrusted | STCsafe)) == (STCtrusted | STCsafe)) in mergeFuncAttrs()60 stc |= STCtrusted; in mergeFuncAttrs()244 stc = (stc & ~STCsafe) | STCtrusted; in buildOpAssign()743 … TypeFunction *tf = new TypeFunction(parameters, Type::thash_t, 0, LINKd, STCnothrow | STCtrusted); in buildXtoHash()835 stc = (stc & ~STCsafe) | STCtrusted; in buildPostBlit()855 stc = (stc & ~STCsafe) | STCtrusted; in buildPostBlit()887 stc = (stc & ~STCsafe) | STCtrusted; in buildPostBlit()[all …]
72 …CATTR (STCref | STCnothrow | STCnogc | STCpure | STCproperty | STCsafe | STCtrusted | STCsystem)76 #define STCtrusted 0x400000000LL macro99 STCgshared | STCproperty | STCsafe | STCtrusted | STCsystem | STCdisable | STClocal);
65 StorageClass stc = STCtrusted | STCpure | STCnothrow | STCnogc; in buildArrayOp()
425 if (stc & (STCsafe | STCtrusted | STCsystem)) in newScope()426 scstc &= ~(STCsafe | STCtrusted | STCsystem); in newScope()
227 sc2->stc &= STCsafe | STCtrusted | STCsystem; in newScope()
133 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()1035 stc = STCtrusted; in parseAttribute()4019 pAttrs->storageClass &= (STCsafe | STCsystem | STCtrusted); in parseDeclarations()
585 sc->stc &= ~(STCsafe | STCsystem | STCtrusted); in semantic()588 if (tf->trust == TRUSTtrusted) sc->stc |= STCtrusted; in semantic()1468 STCproperty | STCnothrow | STCpure | STCsafe | STCtrusted | STCsystem); in semantic3()
2049 if (d->storage_class & STCtrusted) in visit()3301 { STCtrusted, TOKat, "@trusted" }, in stcToChars()
5183 if (stc & STCtrusted) in TypeFunction()5502 if (sc->stc & STCtrusted) in semantic()
3733 if (!(cas->stc & (STCtrusted|STCsafe)) && sc->func->setUnsafe()) in visit()
82 #define STCtrusted 0x4000000000ULL /// `@trusted` macro105 …CATTR (STCref | STCnothrow | STCnogc | STCpure | STCproperty | STCsafe | STCtrusted | STCsystem)