Home
last modified time | relevance | path

Searched refs:TOKconstruct (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h94 TOKplusplus, TOKminusminus, TOKconstruct, TOKblit, enumerator
H A Dsideeffect.c155 case TOKconstruct: in lambdaHasSideEffect()
H A Dtokens.c381 Token::tochars[TOKconstruct] = "="; in TokenInitializer()
H A Descape.c188 if (e->op != TOKassign && e->op != TOKblit && e->op != TOKconstruct) in checkAssignEscape()
1053 assert(ez->exp && ez->exp->op == TOKconstruct); in escapeByRef()
H A Doptimize.c74 if (ei->op == TOKconstruct || ei->op == TOKblit) in expandVar()
671 bool e2only = (e->op == TOKconstruct || e->op == TOKblit); in Expression_optimize()
H A Darrayop.c126 if (e->op == TOKconstruct) in isArrayOpValid()
H A Ddeclaration.c1495 if (ex->op == TOKblit || ex->op == TOKconstruct) in semantic()
1964 if (e->op == TOKconstruct || e->op == TOKblit) in checkNestedReference()
H A Dinitsem.c894 …Expression *e = (i->exp->op == TOKconstruct || i->exp->op == TOKblit) ? ((AssignExp *)i->exp)->e2 … in visit()
H A Dhdrgen.c1544 if (ie && (ie->exp->op == TOKconstruct || ie->exp->op == TOKblit)) in visitEponymousMember()
1905 if (ie && (ie->exp->op == TOKconstruct || ie->exp->op == TOKblit)) in visitVarDecl()
H A Ddinterpret.c2122 if (e->op == TOKconstruct || e->op == TOKblit) in getVarExp()
3207 if ((e->op == TOKconstruct || e->op == TOKblit) &&
3373 else if (e->op == TOKconstruct || e->op == TOKblit)
3804 if (t1b->ty == Tsarray && e->op == TOKconstruct && e->e2->isLvalue()) in assignToLvalue()
H A Dexpressionsem.c5521 exp->op = TOKconstruct; in visit()
5534 else if (exp->op == TOKconstruct && exp->e1->op == TOKvar && in visit()
5554 if (exp->op == TOKconstruct) in visit()
6146 if (exp->op == TOKconstruct) // Bugzilla 10282: tweak mutability of e1 element in visit()
H A Dexpression.c6255 op = TOKconstruct; in ConstructExp()
6262 op = TOKconstruct; in ConstructExp()
H A Dfunc.c2097 if (ie->exp->op == TOKconstruct) in semantic3()
H A Dparse.c8129 precedence[TOKconstruct] = PREC_assign; in PrecedenceInitializer()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc967 libcall_fn libcall = (e->op == TOKconstruct) in visit()
1017 libcall_fn libcall = (e->op == TOKconstruct) in visit()
1041 gcc_assert (e->op == TOKconstruct || e->op == TOKblit); in visit()
1062 tree_code modifycode = (e->op == TOKconstruct) ? INIT_EXPR : MODIFY_EXPR; in visit()
1099 if (e->op == TOKconstruct && !identity_compare_p (sd)) in visit()
1146 || (e->op == TOKconstruct && !lvalue_p && postblit) in visit()
1160 if (e->op == TOKconstruct) in visit()