Home
last modified time | relevance | path

Searched refs:DelegatePtrExp (Results 1 – 25 of 91) sorted by relevance

1234

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dvisitor.d82 void visit(ASTCodegen.DelegatePtrExp e) { visit(cast(ASTCodegen.UnaExp)e); }
216 override void visit(ASTCodegen.DelegatePtrExp e)
H A Dexpression.h184 DelegatePtrExp* isDelegatePtrExp();
945 class DelegatePtrExp : public UnaExp
H A Dvisitor.h243 class DelegatePtrExp; variable
643 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dexpression.c1490 DelegatePtrExp *Expression::isDelegatePtrExp() in isDelegatePtrExp()
1492 return op == TOKdelegateptr ? (DelegatePtrExp *)this : NULL; in isDelegatePtrExp()
4851 DelegatePtrExp::DelegatePtrExp(Loc loc, Expression *e1) in DelegatePtrExp() function
4852 : UnaExp(loc, TOKdelegateptr, sizeof(DelegatePtrExp), e1) in DelegatePtrExp()
4856 bool DelegatePtrExp::isLvalue() in isLvalue()
4861 Expression *DelegatePtrExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
4867 Expression *DelegatePtrExp::modifiableLvalue(Scope *sc, Expression *e) in modifiableLvalue()
H A Dvisitor.h237 class DelegatePtrExp; variable
532 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.h292 DelegatePtrExp* isDelegatePtrExp();
1147 class DelegatePtrExp : public UnaExp
1150 DelegatePtrExp(Loc loc, Expression *e1);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dexpression.c1490 DelegatePtrExp *Expression::isDelegatePtrExp() in isDelegatePtrExp()
1492 return op == TOKdelegateptr ? (DelegatePtrExp *)this : NULL; in isDelegatePtrExp()
4839 DelegatePtrExp::DelegatePtrExp(Loc loc, Expression *e1) in DelegatePtrExp() function
4840 : UnaExp(loc, TOKdelegateptr, sizeof(DelegatePtrExp), e1) in DelegatePtrExp()
4844 bool DelegatePtrExp::isLvalue() in isLvalue()
4849 Expression *DelegatePtrExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
4855 Expression *DelegatePtrExp::modifiableLvalue(Scope *sc, Expression *e) in modifiableLvalue()
H A Dvisitor.h237 class DelegatePtrExp; variable
532 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.h292 DelegatePtrExp* isDelegatePtrExp();
1145 class DelegatePtrExp : public UnaExp
1148 DelegatePtrExp(Loc loc, Expression *e1);
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dexpression.c1490 DelegatePtrExp *Expression::isDelegatePtrExp() in isDelegatePtrExp()
1492 return op == TOKdelegateptr ? (DelegatePtrExp *)this : NULL; in isDelegatePtrExp()
4839 DelegatePtrExp::DelegatePtrExp(Loc loc, Expression *e1) in DelegatePtrExp() function
4840 : UnaExp(loc, TOKdelegateptr, sizeof(DelegatePtrExp), e1) in DelegatePtrExp()
4844 bool DelegatePtrExp::isLvalue() in isLvalue()
4849 Expression *DelegatePtrExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
4855 Expression *DelegatePtrExp::modifiableLvalue(Scope *sc, Expression *e) in modifiableLvalue()
H A Dvisitor.h237 class DelegatePtrExp; variable
532 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.h292 DelegatePtrExp* isDelegatePtrExp();
1145 class DelegatePtrExp : public UnaExp
1148 DelegatePtrExp(Loc loc, Expression *e1);
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dvisitor.h233 class DelegatePtrExp; variable
525 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.c5932 DelegatePtrExp::DelegatePtrExp(Loc loc, Expression *e1) in DelegatePtrExp() function
5933 : UnaExp(loc, TOKdelegateptr, sizeof(DelegatePtrExp), e1) in DelegatePtrExp()
5937 bool DelegatePtrExp::isLvalue() in isLvalue()
5942 Expression *DelegatePtrExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
5948 Expression *DelegatePtrExp::modifiableLvalue(Scope *sc, Expression *e) in modifiableLvalue()
H A Dexpression.h1021 class DelegatePtrExp : public UnaExp
1024 DelegatePtrExp(Loc loc, Expression *e1);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dvisitor.h235 class DelegatePtrExp; variable
529 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.c5947 DelegatePtrExp::DelegatePtrExp(Loc loc, Expression *e1) in DelegatePtrExp() function
5948 : UnaExp(loc, TOKdelegateptr, sizeof(DelegatePtrExp), e1) in DelegatePtrExp()
5952 bool DelegatePtrExp::isLvalue() in isLvalue()
5957 Expression *DelegatePtrExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
5963 Expression *DelegatePtrExp::modifiableLvalue(Scope *sc, Expression *e) in modifiableLvalue()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dvisitor.h235 class DelegatePtrExp; variable
529 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.c5957 DelegatePtrExp::DelegatePtrExp(Loc loc, Expression *e1) in DelegatePtrExp() function
5958 : UnaExp(loc, TOKdelegateptr, sizeof(DelegatePtrExp), e1) in DelegatePtrExp()
5962 bool DelegatePtrExp::isLvalue() in isLvalue()
5967 Expression *DelegatePtrExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
5973 Expression *DelegatePtrExp::modifiableLvalue(Scope *sc, Expression *e) in modifiableLvalue()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dvisitor.h233 class DelegatePtrExp; variable
525 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.c5932 DelegatePtrExp::DelegatePtrExp(Loc loc, Expression *e1) in DelegatePtrExp() function
5933 : UnaExp(loc, TOKdelegateptr, sizeof(DelegatePtrExp), e1) in DelegatePtrExp()
5937 bool DelegatePtrExp::isLvalue() in isLvalue()
5942 Expression *DelegatePtrExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
5948 Expression *DelegatePtrExp::modifiableLvalue(Scope *sc, Expression *e) in modifiableLvalue()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dvisitor.h235 class DelegatePtrExp; variable
529 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.c5947 DelegatePtrExp::DelegatePtrExp(Loc loc, Expression *e1) in DelegatePtrExp() function
5948 : UnaExp(loc, TOKdelegateptr, sizeof(DelegatePtrExp), e1) in DelegatePtrExp()
5952 bool DelegatePtrExp::isLvalue() in isLvalue()
5957 Expression *DelegatePtrExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
5963 Expression *DelegatePtrExp::modifiableLvalue(Scope *sc, Expression *e) in modifiableLvalue()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dvisitor.h233 class DelegatePtrExp; variable
525 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.c5935 DelegatePtrExp::DelegatePtrExp(Loc loc, Expression *e1) in DelegatePtrExp() function
5936 : UnaExp(loc, TOKdelegateptr, sizeof(DelegatePtrExp), e1) in DelegatePtrExp()
5940 bool DelegatePtrExp::isLvalue() in isLvalue()
5945 Expression *DelegatePtrExp::toLvalue(Scope *sc, Expression *e) in toLvalue()
5951 Expression *DelegatePtrExp::modifiableLvalue(Scope *sc, Expression *e) in modifiableLvalue()

1234