Searched refs:STCdisable (Results 1 – 12 of 12) sorted by relevance
36 StorageClass s2 = (f->storage_class & STCdisable); in mergeFuncAttrs()73 if (so & STCdisable) in mergeFuncAttrs()74 stc |= STCdisable; in mergeFuncAttrs()255 if (stc & STCdisable) in buildOpAssign()338 fop->storage_class |= STCdisable; in buildOpAssign()793 stc |= sd->postblits[i]->storage_class & STCdisable; in buildPostBlit()797 for (size_t i = 0; i < sd->fields.dim && !(stc & STCdisable); i++) in buildPostBlit()815 if (stc & STCdisable) in buildPostBlit()921 if (a->dim || (stc & STCdisable)) in buildPostBlit()927 dd->fbody = (stc & STCdisable) ? NULL : new CompoundStatement(loc, a); in buildPostBlit()[all …]
79 #define STCdisable 0x2000000000LL // for functions that are not callable macro99 STCgshared | STCproperty | STCsafe | STCtrusted | STCsystem | STCdisable | STClocal);
492 storage_class |= sc->func->storage_class & STCdisable; in semantic()533 sc->stc |= storage_class & (STCdisable | STCdeprecated); // forward to function type in semantic()1149 if (storage_class & STCdisable) in semantic()1391 storage_class |= STCdisable; in semantic3()1833 else if (fd->storage_class & STCdisable) in semantic3()4875 if (fbody || !(storage_class & STCdisable) || dim) in semantic()4879 storage_class |= STCdisable; in semantic()4890 if (storage_class & STCdisable) in semantic()
431 if (storage_class & (STCref | STCnothrow | STCnogc | STCpure | STCdisable)) in aliasSemantic()436 … sc2->stc |= storage_class & (STCref | STCnothrow | STCnogc | STCpure | STCshared | STCdisable); in aliasSemantic()1432 sc->stc &= ~(STC_TYPECTOR | STCpure | STCnothrow | STCnogc | STCref | STCdisable); in semantic()
800 if (d && d->storage_class & STCdisable) in checkDeprecated()802 if (!(sc->func && sc->func->storage_class & STCdisable)) in checkDeprecated()
132 if (stc == STCproperty || stc == STCnogc || stc == STCdisable || in parseModule()1039 stc = STCdisable; in parseAttribute()3585 *pdisable = stc & STCdisable ? 1 : 0; in parseDeclarator()4053 … new FuncDeclaration(loc, Loc(), ident, storage_class | (disable ? STCdisable : 0), t); in parseDeclarations()
2055 if (d->storage_class & STCdisable) in visit()3303 { STCdisable, TOKat, "@disable" }, in stcToChars()
834 if (!(f->storage_class & STCdisable)) in semantic()
2662 if (sd->postblit->storage_class & STCdisable) in checkPostblit()
922 if (cd->defaultCtor && !(cd->defaultCtor->storage_class & STCdisable)) in visit()1103 if (sd->postblit && !(sd->postblit->storage_class & STCdisable)) in visit()
912 if (cd->defaultCtor && !(cd->defaultCtor->storage_class & STCdisable)) in visit()1097 if (sd->postblit && !(sd->postblit->storage_class & STCdisable)) in visit()
86 #define STCdisable 0x20000000000ULL /// for functions that are not callable macro