Home
last modified time | relevance | path

Searched refs:ShlExp (Results 1 – 25 of 111) sorted by relevance

12345

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dvisitor.h264 class ShlExp; variable
556 virtual void visit(ShlExp *e) { visit((BinExp *)e); } in visit()
H A Doptimize.c777 void visit(ShlExp *e) in Expression_optimize()
910 ret = new ShlExp(e->loc, new IntegerExp(e->loc, 1, e->e1->type), shift); in Expression_optimize()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Doptimize.c777 void visit(ShlExp *e) in Expression_optimize()
910 ret = new ShlExp(e->loc, new IntegerExp(e->loc, 1, e->e1->type), shift); in Expression_optimize()
H A Dvisitor.h266 class ShlExp; variable
560 virtual void visit(ShlExp *e) { visit((BinExp *)e); } in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dvisitor.h268 class ShlExp; variable
563 virtual void visit(ShlExp *e) { visit((BinExp *)e); } in visit()
H A Doptimize.c776 void visit(ShlExp *e) in Expression_optimize()
909 ret = new ShlExp(e->loc, new IntegerExp(e->loc, 1, e->e1->type), shift); in Expression_optimize()
H A Dexpression.h320 ShlExp* isShlExp();
1429 class ShlExp : public BinExp
1432 ShlExp(Loc loc, Expression *e1, Expression *e2);
H A Dexpression.c1632 ShlExp *Expression::isShlExp() in isShlExp()
1634 return op == TOKshl ? (ShlExp *)this : NULL; in isShlExp()
5322 ShlExp::ShlExp(Loc loc, Expression *e1, Expression *e2) in ShlExp() function
5323 : BinExp(loc, TOKshl, sizeof(ShlExp), e1, e2) in ShlExp()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Doptimize.c778 void visit(ShlExp *e) in Expression_optimize()
911 ret = new ShlExp(e->loc, new IntegerExp(e->loc, 1, e->e1->type), shift); in Expression_optimize()
H A Dvisitor.h266 class ShlExp; variable
560 virtual void visit(ShlExp *e) { visit((BinExp *)e); } in visit()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dvisitor.h268 class ShlExp; variable
563 virtual void visit(ShlExp *e) { visit((BinExp *)e); } in visit()
H A Doptimize.c776 void visit(ShlExp *e) in Expression_optimize()
909 ret = new ShlExp(e->loc, new IntegerExp(e->loc, 1, e->e1->type), shift); in Expression_optimize()
H A Dexpression.h320 ShlExp* isShlExp();
1427 class ShlExp : public BinExp
1430 ShlExp(Loc loc, Expression *e1, Expression *e2);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Doptimize.c776 void visit(ShlExp *e) in Expression_optimize()
909 ret = new ShlExp(e->loc, new IntegerExp(e->loc, 1, e->e1->type), shift); in Expression_optimize()
H A Dvisitor.h268 class ShlExp; variable
563 virtual void visit(ShlExp *e) { visit((BinExp *)e); } in visit()
H A Dexpression.h320 ShlExp* isShlExp();
1427 class ShlExp : public BinExp
1430 ShlExp(Loc loc, Expression *e1, Expression *e2);
H A Dexpression.c1632 ShlExp *Expression::isShlExp() in isShlExp()
1634 return op == TOKshl ? (ShlExp *)this : NULL; in isShlExp()
5310 ShlExp::ShlExp(Loc loc, Expression *e1, Expression *e2) in ShlExp() function
5311 : BinExp(loc, TOKshl, sizeof(ShlExp), e1, e2) in ShlExp()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Doptimize.c777 void visit(ShlExp *e) in Expression_optimize()
910 ret = new ShlExp(e->loc, new IntegerExp(e->loc, 1, e->e1->type), shift); in Expression_optimize()
H A Dvisitor.h264 class ShlExp; variable
556 virtual void visit(ShlExp *e) { visit((BinExp *)e); } in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dvisitor.h266 class ShlExp; variable
560 virtual void visit(ShlExp *e) { visit((BinExp *)e); } in visit()
H A Doptimize.c778 void visit(ShlExp *e) in Expression_optimize()
911 ret = new ShlExp(e->loc, new IntegerExp(e->loc, 1, e->e1->type), shift); in Expression_optimize()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Doptimize.c777 void visit(ShlExp *e) in Expression_optimize()
910 ret = new ShlExp(e->loc, new IntegerExp(e->loc, 1, e->e1->type), shift); in Expression_optimize()
H A Dvisitor.h264 class ShlExp; variable
556 virtual void visit(ShlExp *e) { visit((BinExp *)e); } in visit()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dexpression.h212 ShlExp* isShlExp();
1181 class ShlExp : public BinExp
H A Dvisitor.h274 class ShlExp; variable
535 virtual void visit(ShlExp *e) { visit((BinExp *)e); } in visit()

12345