Searched refs:DelegatePtrExp (Results 1 – 18 of 18) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | visitor.d | 82 void visit(ASTCodegen.DelegatePtrExp e) { visit(cast(ASTCodegen.UnaExp)e); } 216 override void visit(ASTCodegen.DelegatePtrExp e)
|
| H A D | expression.h | 188 DelegatePtrExp* isDelegatePtrExp(); 959 class DelegatePtrExp : public UnaExp
|
| H A D | visitor.h | 244 class DelegatePtrExp; variable 645 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
|
| H A D | expression.d | 1684 …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 D | hdrgen.d | 2469 void visitDelegatePtr(DelegatePtrExp e) in expressionPrettyPrint()
|
| H A D | typesem.d | 3751 e = new DelegatePtrExp(e.loc, e); in dotExp()
|
| H A D | dinterpret.d | 5154 override void visit(DelegatePtrExp e) in visit()
|
| H A D | expressionsem.d | 8256 override void visit(DelegatePtrExp e) in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | visitor.h | 235 class DelegatePtrExp; variable 529 virtual void visit(DelegatePtrExp *e) { visit((UnaExp *)e); } in visit()
|
| H A D | expression.c | 5957 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 D | expression.h | 1025 class DelegatePtrExp : public UnaExp 1028 DelegatePtrExp(Loc loc, Expression *e1);
|
| H A D | hdrgen.c | 2935 void visit(DelegatePtrExp *e) in visit()
|
| H A D | dinterpret.c | 4985 void visit(DelegatePtrExp *e) in visit()
|
| H A D | mtype.c | 6536 e = new DelegatePtrExp(e->loc, e); in dotExp()
|
| H A D | expressionsem.c | 4742 void visit(DelegatePtrExp *e) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | ChangeLog-2015 | 691 (DelegatePtrExp::toElem): New function.
|
| H A D | expr.cc | 1334 void visit (DelegatePtrExp *e) in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | expr.cc | 1331 void visit (DelegatePtrExp *e) in visit()
|