Searched refs:STCrvalue (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dsideeffect.c417 * e's lvalue-ness will be handled well by STCref or STCrvalue.
429 vd->storage_class |= STCrvalue;
H A Ddeclaration.h83 #define STCrvalue 0x20000000000LL // force rvalue for variables macro
H A Ddsymbol.c1761 v->storage_class |= STCtemp | STCctfe | STCrvalue;
H A Dexpression.c1277 if (vtmp && vtmp->storage_class & STCrvalue)
1327 VarDeclaration *tmp = copyToTemp(STCrvalue, "__copytmp", e);
4396 if (var->storage_class & (STClazy | STCrvalue | STCmanifest))
H A Dstatementsem.c866 vinit = copyToTemp(STCrvalue, "__aggr", fs->aggr);
H A Dmtype.c8113 d->storage_class |= STCrvalue; // Bugzilla 14398
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h91 #define STCrvalue 0x200000000000ULL /// force rvalue for variables macro

Completed in 192 milliseconds