Home
last modified time | relevance | path

Searched refs:PowExp (Results 1 – 25 of 100) sorted by relevance

1234

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dvisitor.h263 class PowExp; variable
555 virtual void visit(PowExp *e) { visit((BinExp *)e); } in visit()
H A Dopover.c91 void visit(PowExp *) { id = Id::pow; } in opId()
141 void visit(PowExp *) { id = Id::pow_r; } in opId_r()
H A Dexpression.h1295 class PowExp : public BinExp
1298 PowExp(Loc loc, Expression *e1, Expression *e2);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dvisitor.h265 class PowExp; variable
559 virtual void visit(PowExp *e) { visit((BinExp *)e); } in visit()
H A Dopover.c91 void visit(PowExp *) { id = Id::pow; } in opId()
141 void visit(PowExp *) { id = Id::pow_r; } in opId_r()
H A Dexpression.h1297 class PowExp : public BinExp
1300 PowExp(Loc loc, Expression *e1, Expression *e2);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dvisitor.h267 class PowExp; variable
562 virtual void visit(PowExp *e) { visit((BinExp *)e); } in visit()
H A Dexpression.h319 PowExp* isPowExp();
1421 class PowExp : public BinExp
1424 PowExp(Loc loc, Expression *e1, Expression *e2);
H A Dexpression.c1627 PowExp *Expression::isPowExp() in isPowExp()
1629 return op == TOKpow ? (PowExp *)this : NULL; in isPowExp()
5315 PowExp::PowExp(Loc loc, Expression *e1, Expression *e2) in PowExp() function
5316 : BinExp(loc, TOKpow, sizeof(PowExp), e1, e2) in PowExp()
H A Dopover.c88 void visit(PowExp *) { id = Id::pow; } in opId()
138 void visit(PowExp *) { id = Id::pow_r; } in opId_r()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dvisitor.h265 class PowExp; variable
559 virtual void visit(PowExp *e) { visit((BinExp *)e); } in visit()
H A Dopover.c91 void visit(PowExp *) { id = Id::pow; } in opId()
141 void visit(PowExp *) { id = Id::pow_r; } in opId_r()
H A Dexpression.h1299 class PowExp : public BinExp
1302 PowExp(Loc loc, Expression *e1, Expression *e2);
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dvisitor.h267 class PowExp; variable
562 virtual void visit(PowExp *e) { visit((BinExp *)e); } in visit()
H A Dexpression.h319 PowExp* isPowExp();
1419 class PowExp : public BinExp
1422 PowExp(Loc loc, Expression *e1, Expression *e2);
H A Dexpression.c1627 PowExp *Expression::isPowExp() in isPowExp()
1629 return op == TOKpow ? (PowExp *)this : NULL; in isPowExp()
5303 PowExp::PowExp(Loc loc, Expression *e1, Expression *e2) in PowExp() function
5304 : BinExp(loc, TOKpow, sizeof(PowExp), e1, e2) in PowExp()
H A Dopover.c88 void visit(PowExp *) { id = Id::pow; } in opId()
138 void visit(PowExp *) { id = Id::pow_r; } in opId_r()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dvisitor.h267 class PowExp; variable
562 virtual void visit(PowExp *e) { visit((BinExp *)e); } in visit()
H A Dexpression.h319 PowExp* isPowExp();
1419 class PowExp : public BinExp
1422 PowExp(Loc loc, Expression *e1, Expression *e2);
H A Dexpression.c1627 PowExp *Expression::isPowExp() in isPowExp()
1629 return op == TOKpow ? (PowExp *)this : NULL; in isPowExp()
5303 PowExp::PowExp(Loc loc, Expression *e1, Expression *e2) in PowExp() function
5304 : BinExp(loc, TOKpow, sizeof(PowExp), e1, e2) in PowExp()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dvisitor.h263 class PowExp; variable
555 virtual void visit(PowExp *e) { visit((BinExp *)e); } in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dvisitor.h265 class PowExp; variable
559 virtual void visit(PowExp *e) { visit((BinExp *)e); } in visit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dvisitor.h263 class PowExp; variable
555 virtual void visit(PowExp *e) { visit((BinExp *)e); } in visit()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dexpression.h211 PowExp* isPowExp();
1175 class PowExp : public BinExp
H A Dvisitor.h273 class PowExp; variable
528 virtual void visit(PowExp *e) { visit((BinExp *)e); } in visit()

1234