Home
last modified time | relevance | path

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

12345

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dvisitor.h265 class ShrExp; variable
557 virtual void visit(ShrExp *e) { visit((BinExp *)e); } in visit()
H A Dopover.c93 void visit(ShrExp *) { id = Id::shr; } in opId()
143 void visit(ShrExp *) { id = Id::shr_r; } in opId_r()
H A Dexpression.h1311 class ShrExp : public BinExp
1314 ShrExp(Loc loc, Expression *e1, Expression *e2);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dvisitor.h267 class ShrExp; variable
561 virtual void visit(ShrExp *e) { visit((BinExp *)e); } in visit()
H A Dopover.c93 void visit(ShrExp *) { id = Id::shr; } in opId()
143 void visit(ShrExp *) { id = Id::shr_r; } in opId_r()
H A Dexpression.h1313 class ShrExp : public BinExp
1316 ShrExp(Loc loc, Expression *e1, Expression *e2);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dvisitor.h269 class ShrExp; variable
564 virtual void visit(ShrExp *e) { visit((BinExp *)e); } in visit()
H A Dexpression.h321 ShrExp* isShrExp();
1437 class ShrExp : public BinExp
1440 ShrExp(Loc loc, Expression *e1, Expression *e2);
H A Dexpression.c1637 ShrExp *Expression::isShrExp() in isShrExp()
1639 return op == TOKshr ? (ShrExp *)this : NULL; in isShrExp()
5329 ShrExp::ShrExp(Loc loc, Expression *e1, Expression *e2) in ShrExp() function
5330 : BinExp(loc, TOKshr, sizeof(ShrExp), e1, e2) in ShrExp()
H A Dopover.c90 void visit(ShrExp *) { id = Id::shr; } in opId()
140 void visit(ShrExp *) { id = Id::shr_r; } in opId_r()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dvisitor.h267 class ShrExp; variable
561 virtual void visit(ShrExp *e) { visit((BinExp *)e); } in visit()
H A Dopover.c93 void visit(ShrExp *) { id = Id::shr; } in opId()
143 void visit(ShrExp *) { id = Id::shr_r; } in opId_r()
H A Dexpression.h1315 class ShrExp : public BinExp
1318 ShrExp(Loc loc, Expression *e1, Expression *e2);
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dvisitor.h269 class ShrExp; variable
564 virtual void visit(ShrExp *e) { visit((BinExp *)e); } in visit()
H A Dexpression.h321 ShrExp* isShrExp();
1435 class ShrExp : public BinExp
1438 ShrExp(Loc loc, Expression *e1, Expression *e2);
H A Dexpression.c1637 ShrExp *Expression::isShrExp() in isShrExp()
1639 return op == TOKshr ? (ShrExp *)this : NULL; in isShrExp()
5317 ShrExp::ShrExp(Loc loc, Expression *e1, Expression *e2) in ShrExp() function
5318 : BinExp(loc, TOKshr, sizeof(ShrExp), e1, e2) in ShrExp()
H A Dopover.c90 void visit(ShrExp *) { id = Id::shr; } in opId()
140 void visit(ShrExp *) { id = Id::shr_r; } in opId_r()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dvisitor.h269 class ShrExp; variable
564 virtual void visit(ShrExp *e) { visit((BinExp *)e); } in visit()
H A Dexpression.h321 ShrExp* isShrExp();
1435 class ShrExp : public BinExp
1438 ShrExp(Loc loc, Expression *e1, Expression *e2);
H A Dexpression.c1637 ShrExp *Expression::isShrExp() in isShrExp()
1639 return op == TOKshr ? (ShrExp *)this : NULL; in isShrExp()
5317 ShrExp::ShrExp(Loc loc, Expression *e1, Expression *e2) in ShrExp() function
5318 : BinExp(loc, TOKshr, sizeof(ShrExp), e1, e2) in ShrExp()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dvisitor.h265 class ShrExp; variable
557 virtual void visit(ShrExp *e) { visit((BinExp *)e); } in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dvisitor.h267 class ShrExp; variable
561 virtual void visit(ShrExp *e) { visit((BinExp *)e); } in visit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dvisitor.h265 class ShrExp; variable
557 virtual void visit(ShrExp *e) { visit((BinExp *)e); } in visit()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dexpression.h213 ShrExp* isShrExp();
1187 class ShrExp : public BinExp
H A Dvisitor.h275 class ShrExp; variable
536 virtual void visit(ShrExp *e) { visit((BinExp *)e); } in visit()

12345