Searched refs:STC_TYPECTOR (Results 1 – 9 of 9) sorted by relevance
1705 stc = parsePostfix(stc & ~STC_TYPECTOR, NULL) | stc; in parseStaticCtor()1710 else if (StorageClass modStc = stc & STC_TYPECTOR) in parseStaticCtor()1716 stc &= ~(STCstatic | STC_TYPECTOR); in parseStaticCtor()1743 stc = parsePostfix(stc & ~STC_TYPECTOR, &udas) | stc; in parseStaticDtor()1748 else if (StorageClass modStc = stc & STC_TYPECTOR) in parseStaticDtor()1754 stc &= ~(STCstatic | STC_TYPECTOR); in parseStaticDtor()1787 stc = parsePostfix(stc & ~STC_TYPECTOR, NULL) | stc; in parseSharedStaticCtor()1790 else if (StorageClass modStc = stc & STC_TYPECTOR) in parseSharedStaticCtor()1796 stc &= ~(STCstatic | STC_TYPECTOR); in parseSharedStaticCtor()1824 stc = parsePostfix(stc & ~STC_TYPECTOR, &udas) | stc; in parseSharedStaticDtor()[all …]
309 this->storage_class &= ~(STC_TYPECTOR | STC_FUNCATTR); in FuncDeclaration()488 storage_class |= ad->storage_class & (STC_TYPECTOR | STCsynchronized); in semantic()494 if ((storage_class & STC_TYPECTOR) && !(ad || isNested())) in semantic()495 storage_class &= ~STC_TYPECTOR; in semantic()637 switch (stc & STC_TYPECTOR) in semantic()715 storage_class &= ~(STC_TYPECTOR | STC_FUNCATTR); in semantic()1467 STC_TYPECTOR | STCfinal | STCtls | STCgshared | STCref | STCreturn | in semantic3()1598 …& (STCin | STCout | STCref | STCreturn | STCscope | STClazy | STCfinal | STC_TYPECTOR | STCnodtor); in semantic3()
900 storage_class |= ad->storage_class & STC_TYPECTOR; in semantic()1432 sc->stc &= ~(STC_TYPECTOR | STCpure | STCnothrow | STCnogc | STCref | STCdisable); in semantic()
71 #define STC_TYPECTOR (STCconst | STCimmutable | STCshared | STCwild) macro
588 storage_class |= baseClass->storage_class & STC_TYPECTOR; in semantic()
1094 … var->storage_class |= p->storageClass & (STCin | STCout | STCref | STC_TYPECTOR); in visit()1318 … ve->storage_class |= p->storageClass & (STCin | STCout | STCref | STC_TYPECTOR); in visit()
797 … fparam->storageClass &= (STCin | STCout | STCref | STClazy | STCfinal | STC_TYPECTOR | STCnodtor); in evaluateConstraint()3556 fparam->storageClass &= ~(STC_TYPECTOR | STCin); in deduceType()
5514 sc->stc &= ~(STC_TYPECTOR | STC_FUNCATTR); in semantic()5776 fparam->storageClass &= ~(STC_TYPECTOR | STCin); in semantic()
104 #define STC_TYPECTOR (STCconst | STCimmutable | STCshared | STCwild) macro