Searched refs:STCwild (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h70 #define STCwild 0x80000000LL // for "wild" type constructor macro
71 #define STC_TYPECTOR (STCconst | STCimmutable | STCshared | STCwild)
98 STCmanifest | STCimmutable | STCshared | STCwild | STCnothrow | STCnogc | STCpure | STCref | STCtls |
146 bool isWild() { return (storage_class & STCwild) != 0; }
H A Dfunc.c636 stc |= STCwild;
641 case STCimmutable | STCwild:
642 case STCimmutable | STCwild | STCconst:
645 case STCimmutable | STCshared | STCwild:
646 case STCimmutable | STCshared | STCwild | STCconst:
655 case STCwild:
659 case STCwild | STCconst:
671 case STCshared | STCwild:
675 case STCshared | STCwild | STCconst:
H A Ddmangle.c820 if ((p->storageClass & (STCreturn | STCwild)) == STCreturn)
H A Dparse.c539 stc = STCwild;
1095 case TOKwild: stc = STCwild; break;
1143 case TOKwild: stc = STCwild; break;
2017 stc = STCwild;
3043 stc |= STCwild;
3192 t = parseType()->addSTC(STCwild);
3414 if (stc & (STCconst | STCimmutable | STCshared | STCwild | STCreturn))
3637 stc = STCwild;
4790 stc = STCwild;
5320 stc = STCwild;
[all...]
H A Dtraits.c1103 if (stc & STCwild)
H A Dhdrgen.c3122 if (stcToBuffer(buf, stc & (STCconst | STCimmutable | STCwild | STCshared | STCscope | STCscopeinferred)))
3293 { STCwild, TOKwild, NULL },
H A Dmtype.c953 if ((stc & STCwild) && !t->isWild())
983 if (mod & MODwild) stc |= STCwild;
1161 if (stc & STCwild)
5588 if ((fparam->storageClass & (STCref | STCwild)) == (STCref | STCwild))
H A Ddeclaration.c1190 storage_class |= STCwild;
H A Ddtemplate.c1301 if (stc & STCwild)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h78 #define STCwild 0x800000000ULL /// for wild type constructor macro
104 #define STC_TYPECTOR (STCconst | STCimmutable | STCshared | STCwild)
139 bool isWild() const { return (storage_class & STCwild) != 0; }

Completed in 323 milliseconds