Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dsideeffect.c429 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; in search()
H A Dexpression.c1277 if (vtmp && vtmp->storage_class & STCrvalue) in valueNoDtor()
1327 VarDeclaration *tmp = copyToTemp(STCrvalue, "__copytmp", e); in callCpCtor()
4396 if (var->storage_class & (STClazy | STCrvalue | STCmanifest)) in isLvalue()
H A Dstatementsem.c866 vinit = copyToTemp(STCrvalue, "__aggr", fs->aggr); in visit()
H A Dmtype.c8113 d->storage_class |= STCrvalue; // Bugzilla 14398 in defaultInit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h91 #define STCrvalue 0x200000000000ULL /// force rvalue for variables macro