Home
last modified time | relevance | path

Searched refs:CommaExp (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dsideeffect.c348 CommaExp *ce = (CommaExp *)e; in discardValue()
354 CommaExp *firstComma = ce; in discardValue()
356 firstComma = (CommaExp *)firstComma->e1; in discardValue()
H A Doptimize.c158 if (e->op == TOKcomma && ((CommaExp *)e)->e1->op == TOKdeclaration) in fromConstInitializer()
341 CommaExp *ce = (CommaExp *)e->e1; in Expression_optimize()
343 ret = new CommaExp(ce->loc, ce->e1, ae); in Expression_optimize()
831 ret = new CommaExp(e->loc, e->e2, e->e1); in Expression_optimize()
855 ret = new CommaExp(e->loc, e->e1, ret); in Expression_optimize()
916 void visit(CommaExp *e) in Expression_optimize()
H A Dexpression.c508 e = ((CommaExp *)e)->e2; in checkPropertyCall()
1261 CommaExp *comma = (CommaExp *)dve->e1; in valueNoDtor()
2103 e1 = new CommaExp(e1->loc, e1, e2); in combine()
2126 CommaExp *ce = (CommaExp *)e; in extractLast()
2139 pce = &((CommaExp *)(*pce))->e2; in extractLast()
2142 ce = (CommaExp *)(*pce); in extractLast()
6038 CommaExp::CommaExp(Loc loc, Expression *e1, Expression *e2, bool generated) in CommaExp() function
6045 bool CommaExp::isLvalue() in isLvalue()
6067 bool CommaExp::isBool(bool result) in isBool()
6072 Expression *CommaExp::toBoolean(Scope *sc) in toBoolean()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dsideeffect.c348 CommaExp *ce = (CommaExp *)e; in discardValue()
354 CommaExp *firstComma = ce; in discardValue()
356 firstComma = (CommaExp *)firstComma->e1; in discardValue()
H A Doptimize.c158 if (e->op == TOKcomma && ((CommaExp *)e)->e1->op == TOKdeclaration) in fromConstInitializer()
341 CommaExp *ce = (CommaExp *)e->e1; in Expression_optimize()
343 ret = new CommaExp(ce->loc, ce->e1, ae); in Expression_optimize()
831 ret = new CommaExp(e->loc, e->e2, e->e1); in Expression_optimize()
855 ret = new CommaExp(e->loc, e->e1, ret); in Expression_optimize()
916 void visit(CommaExp *e) in Expression_optimize()
H A Dexpression.c508 e = ((CommaExp *)e)->e2; in checkPropertyCall()
1264 CommaExp *comma = (CommaExp *)dve->e1; in valueNoDtor()
2106 e1 = new CommaExp(e1->loc, e1, e2); in combine()
2129 CommaExp *ce = (CommaExp *)e; in extractLast()
2142 pce = &((CommaExp *)(*pce))->e2; in extractLast()
2145 ce = (CommaExp *)(*pce); in extractLast()
6053 CommaExp::CommaExp(Loc loc, Expression *e1, Expression *e2, bool generated) in CommaExp() function
6060 bool CommaExp::isLvalue() in isLvalue()
6082 bool CommaExp::isBool(bool result) in isBool()
6087 Expression *CommaExp::toBoolean(Scope *sc) in toBoolean()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dsideeffect.c342 CommaExp *ce = (CommaExp *)e; in discardValue()
348 CommaExp *firstComma = ce; in discardValue()
350 firstComma = (CommaExp *)firstComma->e1; in discardValue()
H A Doptimize.c157 if (e->op == TOKcomma && ((CommaExp *)e)->e1->op == TOKdeclaration) in fromConstInitializer()
340 CommaExp *ce = (CommaExp *)e->e1; in Expression_optimize()
342 ret = new CommaExp(ce->loc, ce->e1, ae); in Expression_optimize()
830 ret = new CommaExp(e->loc, e->e2, e->e1); in Expression_optimize()
854 ret = new CommaExp(e->loc, e->e1, ret); in Expression_optimize()
915 void visit(CommaExp *e) in Expression_optimize()
H A Dexpression.c307 CommaExp *comma = (CommaExp *)dve->e1; in valueNoDtor()
486 e1 = new CommaExp(e1->loc, e1, e2); in combine()
509 CommaExp *ce = (CommaExp *)e; in extractLast()
522 pce = &((CommaExp *)(*pce))->e2; in extractLast()
525 ce = (CommaExp *)(*pce); in extractLast()
1480 CommaExp *Expression::isCommaExp() in isCommaExp()
4957 CommaExp::CommaExp(Loc loc, Expression *e1, Expression *e2, bool generated) in CommaExp() function
4964 bool CommaExp::isLvalue() in isLvalue()
4986 bool CommaExp::isBool(bool result) in isBool()
4991 Expression *CommaExp::toBoolean(Scope *sc) in toBoolean()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dsideeffect.c348 CommaExp *ce = (CommaExp *)e; in discardValue()
354 CommaExp *firstComma = ce; in discardValue()
356 firstComma = (CommaExp *)firstComma->e1; in discardValue()
H A Doptimize.c159 if (e->op == TOKcomma && ((CommaExp *)e)->e1->op == TOKdeclaration) in fromConstInitializer()
342 CommaExp *ce = (CommaExp *)e->e1; in Expression_optimize()
344 ret = new CommaExp(ce->loc, ce->e1, ae); in Expression_optimize()
832 ret = new CommaExp(e->loc, e->e2, e->e1); in Expression_optimize()
856 ret = new CommaExp(e->loc, e->e1, ret); in Expression_optimize()
917 void visit(CommaExp *e) in Expression_optimize()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dsideeffect.c342 CommaExp *ce = (CommaExp *)e; in discardValue()
348 CommaExp *firstComma = ce; in discardValue()
350 firstComma = (CommaExp *)firstComma->e1; in discardValue()
H A Doptimize.c157 if (e->op == TOKcomma && ((CommaExp *)e)->e1->op == TOKdeclaration) in fromConstInitializer()
340 CommaExp *ce = (CommaExp *)e->e1; in Expression_optimize()
342 ret = new CommaExp(ce->loc, ce->e1, ae); in Expression_optimize()
830 ret = new CommaExp(e->loc, e->e2, e->e1); in Expression_optimize()
854 ret = new CommaExp(e->loc, e->e1, ret); in Expression_optimize()
915 void visit(CommaExp *e) in Expression_optimize()
H A Dexpression.c307 CommaExp *comma = (CommaExp *)dve->e1; in valueNoDtor()
486 e1 = new CommaExp(e1->loc, e1, e2); in combine()
509 CommaExp *ce = (CommaExp *)e; in extractLast()
522 pce = &((CommaExp *)(*pce))->e2; in extractLast()
525 ce = (CommaExp *)(*pce); in extractLast()
1480 CommaExp *Expression::isCommaExp() in isCommaExp()
4945 CommaExp::CommaExp(Loc loc, Expression *e1, Expression *e2, bool generated) in CommaExp() function
4952 bool CommaExp::isLvalue() in isLvalue()
4974 bool CommaExp::isBool(bool result) in isBool()
4979 Expression *CommaExp::toBoolean(Scope *sc) in toBoolean()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dsideeffect.c348 CommaExp *ce = (CommaExp *)e; in discardValue()
354 CommaExp *firstComma = ce; in discardValue()
356 firstComma = (CommaExp *)firstComma->e1; in discardValue()
H A Doptimize.c158 if (e->op == TOKcomma && ((CommaExp *)e)->e1->op == TOKdeclaration) in fromConstInitializer()
341 CommaExp *ce = (CommaExp *)e->e1; in Expression_optimize()
343 ret = new CommaExp(ce->loc, ce->e1, ae); in Expression_optimize()
831 ret = new CommaExp(e->loc, e->e2, e->e1); in Expression_optimize()
855 ret = new CommaExp(e->loc, e->e1, ret); in Expression_optimize()
916 void visit(CommaExp *e) in Expression_optimize()
H A Dexpression.c508 e = ((CommaExp *)e)->e2; in checkPropertyCall()
1261 CommaExp *comma = (CommaExp *)dve->e1; in valueNoDtor()
2103 e1 = new CommaExp(e1->loc, e1, e2); in combine()
2126 CommaExp *ce = (CommaExp *)e; in extractLast()
2139 pce = &((CommaExp *)(*pce))->e2; in extractLast()
2142 ce = (CommaExp *)(*pce); in extractLast()
6038 CommaExp::CommaExp(Loc loc, Expression *e1, Expression *e2, bool generated) in CommaExp() function
6045 bool CommaExp::isLvalue() in isLvalue()
6067 bool CommaExp::isBool(bool result) in isBool()
6072 Expression *CommaExp::toBoolean(Scope *sc) in toBoolean()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dsideeffect.c348 CommaExp *ce = (CommaExp *)e; in discardValue()
354 CommaExp *firstComma = ce; in discardValue()
356 firstComma = (CommaExp *)firstComma->e1; in discardValue()
H A Doptimize.c159 if (e->op == TOKcomma && ((CommaExp *)e)->e1->op == TOKdeclaration) in fromConstInitializer()
342 CommaExp *ce = (CommaExp *)e->e1; in Expression_optimize()
344 ret = new CommaExp(ce->loc, ce->e1, ae); in Expression_optimize()
832 ret = new CommaExp(e->loc, e->e2, e->e1); in Expression_optimize()
856 ret = new CommaExp(e->loc, e->e1, ret); in Expression_optimize()
917 void visit(CommaExp *e) in Expression_optimize()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dsideeffect.c348 CommaExp *ce = (CommaExp *)e; in discardValue()
354 CommaExp *firstComma = ce; in discardValue()
356 firstComma = (CommaExp *)firstComma->e1; in discardValue()
H A Doptimize.c158 if (e->op == TOKcomma && ((CommaExp *)e)->e1->op == TOKdeclaration) in fromConstInitializer()
341 CommaExp *ce = (CommaExp *)e->e1; in Expression_optimize()
343 ret = new CommaExp(ce->loc, ce->e1, ae); in Expression_optimize()
831 ret = new CommaExp(e->loc, e->e2, e->e1); in Expression_optimize()
855 ret = new CommaExp(e->loc, e->e1, ret); in Expression_optimize()
916 void visit(CommaExp *e) in Expression_optimize()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dsideeffect.c342 CommaExp *ce = (CommaExp *)e; in discardValue()
348 CommaExp *firstComma = ce; in discardValue()
350 firstComma = (CommaExp *)firstComma->e1; in discardValue()
H A Doptimize.c157 if (e->op == TOKcomma && ((CommaExp *)e)->e1->op == TOKdeclaration) in fromConstInitializer()
340 CommaExp *ce = (CommaExp *)e->e1; in Expression_optimize()
342 ret = new CommaExp(ce->loc, ce->e1, ae); in Expression_optimize()
830 ret = new CommaExp(e->loc, e->e2, e->e1); in Expression_optimize()
854 ret = new CommaExp(e->loc, e->e1, ret); in Expression_optimize()
915 void visit(CommaExp *e) in Expression_optimize()
H A Dexpression.c307 CommaExp *comma = (CommaExp *)dve->e1; in valueNoDtor()
486 e1 = new CommaExp(e1->loc, e1, e2); in combine()
509 CommaExp *ce = (CommaExp *)e; in extractLast()
522 pce = &((CommaExp *)(*pce))->e2; in extractLast()
525 ce = (CommaExp *)(*pce); in extractLast()
1480 CommaExp *Expression::isCommaExp() in isCommaExp()
4945 CommaExp::CommaExp(Loc loc, Expression *e1, Expression *e2, bool generated) in CommaExp() function
4952 bool CommaExp::isLvalue() in isLvalue()
4974 bool CommaExp::isBool(bool result) in isBool()
4979 Expression *CommaExp::toBoolean(Scope *sc) in toBoolean()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dsideeffect.d338 CommaExp ce = cast(CommaExp)e; in discardValue()

123456789