Searched refs:STCreturn (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Descape.c243 if (va && va->isScope() && va->storage_class & STCreturn && !(v->storage_class & STCreturn) &&
271 va->storage_class |= v->storage_class & STCreturn;
545 !(v->storage_class & STCreturn) &&
556 if (v->storage_class & STCreturn)
625 sc->func->storage_class |= STCreturn;
633 !(v->storage_class & (STCreturn | STCforeach)))
685 * v = parameter that needs to be STCreturn
693 v->storage_class |= STCreturn;
700 fd->storage_class |= STCreturn;
[all...]
H A Ddmangle.c820 if ((p->storageClass & (STCreturn | STCwild)) == STCreturn)
H A Dfunc.c605 if (ad && ad->isClassDeclaration() && (tf->isreturn || sc->stc & STCreturn) && !(sc->stc & STCstatic))
1467 STC_TYPECTOR | STCfinal | STCtls | STCgshared | STCref | STCreturn |
1598 stc |= fparam->storageClass & (STCin | STCout | STCref | STCreturn | STCscope | STClazy | STCfinal | STC_TYPECTOR | STCnodtor);
2304 if (storage_class & STCreturn)
2498 v->storage_class |= STCreturn;
2504 v->storage_class |= STCreturn;
2530 v->storage_class |= STCreturn;
H A Dmtype.c5171 if (stc & STCreturn)
5381 stc1 |= STCreturn;
5387 stc2 |= STCreturn;
5486 if (sc->stc & STCreturn)
5493 // if ((sc->stc & (STCreturn | STCref)) == STCreturn)
5591 fparam->storageClass |= STCreturn;
5594 if (fparam->storageClass & STCreturn)
5652 fparam->storageClass &= ~STCreturn;
6248 * STCscope and STCreturn shoul
[all...]
H A Ddeclaration.h86 #define STCreturn 0x100000000000LL // 'return ref' or 'return scope' for function parameters macro
H A Dhdrgen.c3104 if (p->storageClass & STCreturn)
3241 if ((stc & (STCreturn | STCscope)) == (STCreturn | STCscope))
H A Dtraits.c1085 if (stc & STCreturn)
H A Dparse.c1098 case TOKreturn: stc = STCreturn; break;
2027 case TOKreturn: stc = STCreturn; goto L2;
3414 if (stc & (STCconst | STCimmutable | STCshared | STCwild | STCreturn))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h63 #define STCreturn 0x400000ULL /// 'return ref' or 'return scope' for function parameters macro

Completed in 247 milliseconds