Home
last modified time | relevance | path

Searched refs:copyToTemp (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dsideeffect.c393 VarDeclaration *copyToTemp(StorageClass stc, const char *name, Expression *e) in copyToTemp() function
425 VarDeclaration *vd = copyToTemp(0, name, e);
H A Dstatementsem.c38 VarDeclaration *copyToTemp(StorageClass stc, const char *name, Expression *e);
866 vinit = copyToTemp(STCrvalue, "__aggr", fs->aggr); in visit()
1291 r = copyToTemp(0, "__r", fs->aggr); in visit()
1324 VarDeclaration *vd = copyToTemp(STCref, "__front", einit); in visit()
3218 VarDeclaration *tmp = copyToTemp(0, "__sync", ss->exp); in visit()
3366 VarDeclaration *tmp = copyToTemp(0, "__withtmp", ws->exp); in visit()
H A Dstatement.c32 VarDeclaration *copyToTemp(StorageClass stc, const char *name, Expression *e);
1462 VarDeclaration *v = copyToTemp(0, "__os", new IntegerExp(Loc(), 0, Type::tbool)); in scopeCode()
H A Dexpression.c42 VarDeclaration *copyToTemp(StorageClass stc, const char *name, Expression *e);
1327 VarDeclaration *tmp = copyToTemp(STCrvalue, "__copytmp", e); in callCpCtor()
1872 VarDeclaration *tmp = copyToTemp(0, in functionParameters()
4052 VarDeclaration *tmp = copyToTemp(0, buf, this); in addDtorHook()
5589 VarDeclaration *tmp = copyToTemp(0, "__tmpfordtor", this); in addDtorHook()
5928 VarDeclaration *tmp = copyToTemp(0, "__arraylength", new AddrExp(ale->loc, ale->e1)); in rewriteOpAssign()
6591 vcond = copyToTemp(STCvolatile, "__cond", ce->econd); in hookDtors()
H A Ddeclaration.c32 VarDeclaration *copyToTemp(StorageClass stc, const char *name, Expression *e);
1061 VarDeclaration *v = copyToTemp(0, "__tup", e); in semantic()
H A Dexpressionsem.c46 VarDeclaration *copyToTemp(StorageClass stc, const char *name, Expression *e);
4120 v = copyToTemp(0, "__tmpea", exp->e1); in visit()
5111 VarDeclaration *v = copyToTemp(STCref, "__postref", exp->e1); in visit()
5119 VarDeclaration *tmp = copyToTemp(0, "__pitmp", exp->e1); in visit()
6351 VarDeclaration *v = copyToTemp(STCref, "__powtmp", exp->e1); in visit()
7147 VarDeclaration *tmp = copyToTemp(0, "__powtmp", exp->e1); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsideeffect.d375 VarDeclaration copyToTemp(StorageClass stc, const char[] name, Expression e) in copyToTemp() function
414 auto vd = copyToTemp(0, name, e);
H A Dstatementsem.d715 vinit = copyToTemp(STC.rvalue, "__aggr", fs.aggr); in package()
1222 r = copyToTemp(0, "__r", fs.aggr); in package()
1296 auto vd = copyToTemp(STC.ref_, "__front", einit); in package()
3373 auto tmp = copyToTemp(0, "__sync", ss.exp); in package()
3517 auto tmp = copyToTemp(0, "__withtmp", ws.exp); in package()
4188 auto v = copyToTemp(0, "__os", IntegerExp.createBool(false)); in scopeCode()
H A Dexpressionsem.d1568 auto tmp = copyToTemp(0, "__arraylength", new AddrExp(ale.loc, ale.e1)); in rewriteOpAssign()
1977 auto v = copyToTemp(STC.exptemp, "__rvalue", arg); in functionParameters()
1995 auto v = copyToTemp(0, "__rvalue", arg); in functionParameters()
2066 auto tmp = copyToTemp(0, "__arrayliteral_on_stack", ale); in functionParameters()
2322 auto tmp = copyToTemp( in functionParameters()
5144 auto vptrTmpDecl = copyToTemp(0, "__vptrTmp", vptr); in visit()
5147 auto superTmpDecl = copyToTemp(0, "__superTmp", result); in visit()
6187 auto tmp = copyToTemp(stc, "__assertOp", op); in visit()
8586 auto v = copyToTemp(STC.ref_, "__postref", exp.e1); in visit()
8594 auto tmp = copyToTemp(0, "__pitmp", exp.e1); in visit()
[all …]
H A Dexpression.d473 auto tmp = copyToTemp(STC.rvalue, "__copytmp", e); in callCpCtor()
3340 auto tmp = copyToTemp(0, buf[0 .. len], this); in addDtorHook()
5141 auto tmp = copyToTemp(0, "__tmpfordtor", this); in addDtorHook()
6762 vcond = copyToTemp(STC.volatile_ | STC.const_, "__cond", ce.econd); in hookDtors()
H A Ddsymbolsem.d569 auto v = copyToTemp(0, "__tup", e); in visit()