Lines Matching refs:STCdisable
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()
950 if (stc & STCdisable) in buildPostBlit()
1013 if (stc & STCdisable) in buildDtor()
1068 if (e || (stc & STCdisable)) in buildDtor()
1097 if (stc & STCdisable) in buildDtor()
1156 if (stc & STCdisable) in buildInv()