Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/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.h188 DelegatePtrExp* isDelegatePtrExp();
959 class DelegatePtrExp : public UnaExp
H A Dvisitor.h244 class DelegatePtrExp; variable
645 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.d1684 …inout(DelegatePtrExp) isDelegatePtrExp() { return op == EXP.delegatePointer ? cast(typeof(retu… in isDelegatePtrExp()
5745 extern (C++) final class DelegatePtrExp : UnaExp
5749 super(loc, EXP.delegatePointer, __traits(classInstanceSize, DelegatePtrExp), e1); in this()
H A Dhdrgen.d2469 void visitDelegatePtr(DelegatePtrExp e) in expressionPrettyPrint()
H A Dtypesem.d3751 e = new DelegatePtrExp(e.loc, e); in dotExp()
H A Ddinterpret.d5154 override void visit(DelegatePtrExp e) in visit()
H A Dexpressionsem.d8256 override void visit(DelegatePtrExp e) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/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()
H A Dexpression.h1025 class DelegatePtrExp : public UnaExp
1028 DelegatePtrExp(Loc loc, Expression *e1);
H A Dhdrgen.c2935 void visit(DelegatePtrExp *e) in visit()
H A Ddinterpret.c4985 void visit(DelegatePtrExp *e) in visit()
H A Dmtype.c6536 e = new DelegatePtrExp(e->loc, e); in dotExp()
H A Dexpressionsem.c4742 void visit(DelegatePtrExp *e) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2015691 (DelegatePtrExp::toElem): New function.
H A Dexpr.cc1334 void visit (DelegatePtrExp *e) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1331 void visit (DelegatePtrExp *e) in visit()