Home
last modified time | relevance | path

Searched refs:STC_TYPECTOR (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c1705 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 …]
H A Dfunc.c309 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()
H A Ddeclaration.c900 storage_class |= ad->storage_class & STC_TYPECTOR; in semantic()
1432 sc->stc &= ~(STC_TYPECTOR | STCpure | STCnothrow | STCnogc | STCref | STCdisable); in semantic()
H A Ddeclaration.h71 #define STC_TYPECTOR (STCconst | STCimmutable | STCshared | STCwild) macro
H A Ddclass.c588 storage_class |= baseClass->storage_class & STC_TYPECTOR; in semantic()
H A Dstatementsem.c1094 … 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()
H A Ddtemplate.c797 … fparam->storageClass &= (STCin | STCout | STCref | STClazy | STCfinal | STC_TYPECTOR | STCnodtor); in evaluateConstraint()
3556 fparam->storageClass &= ~(STC_TYPECTOR | STCin); in deduceType()
H A Dmtype.c5514 sc->stc &= ~(STC_TYPECTOR | STC_FUNCATTR); in semantic()
5776 fparam->storageClass &= ~(STC_TYPECTOR | STCin); in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h104 #define STC_TYPECTOR (STCconst | STCimmutable | STCshared | STCwild) macro