Searched refs:DelegateFuncptrExp (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | visitor.d | 83 void visit(ASTCodegen.DelegateFuncptrExp e) { visit(cast(ASTCodegen.UnaExp)e); } 221 override void visit(ASTCodegen.DelegateFuncptrExp e)
|
H A D | expression.h | 189 DelegateFuncptrExp* isDelegateFuncptrExp(); 968 class DelegateFuncptrExp : public UnaExp
|
H A D | visitor.h | 245 class DelegateFuncptrExp; variable 646 virtual void visit(DelegateFuncptrExp *e) { visit((UnaExp *)e); } in visit()
|
H A D | expression.d | 1685 …inout(DelegateFuncptrExp) isDelegateFuncptrExp() { return op == EXP.delegateFunctionPointer ? cast… in isDelegateFuncptrExp() 5784 extern (C++) final class DelegateFuncptrExp : UnaExp 5788 … super(loc, EXP.delegateFunctionPointer, __traits(classInstanceSize, DelegateFuncptrExp), e1); in this()
|
H A D | hdrgen.d | 2475 void visitDelegateFuncptr(DelegateFuncptrExp e) in expressionPrettyPrint()
|
H A D | typesem.d | 3760 e = new DelegateFuncptrExp(e.loc, e); in dotExp()
|
H A D | dinterpret.d | 5168 override void visit(DelegateFuncptrExp e) in visit()
|
H A D | expressionsem.d | 8277 override void visit(DelegateFuncptrExp e) in visit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | visitor.h | 236 class DelegateFuncptrExp; variable 530 virtual void visit(DelegateFuncptrExp *e) { visit((UnaExp *)e); } in visit()
|
H A D | expression.c | 5985 DelegateFuncptrExp::DelegateFuncptrExp(Loc loc, Expression *e1) in DelegateFuncptrExp() function 5986 : UnaExp(loc, TOKdelegatefuncptr, sizeof(DelegateFuncptrExp), e1) in DelegateFuncptrExp() 5990 bool DelegateFuncptrExp::isLvalue() in isLvalue() 5995 Expression *DelegateFuncptrExp::toLvalue(Scope *sc, Expression *e) in toLvalue() 6001 Expression *DelegateFuncptrExp::modifiableLvalue(Scope *sc, Expression *e) in modifiableLvalue()
|
H A D | expression.h | 1035 class DelegateFuncptrExp : public UnaExp 1038 DelegateFuncptrExp(Loc loc, Expression *e1);
|
H A D | hdrgen.c | 2941 void visit(DelegateFuncptrExp *e) in visit()
|
H A D | dinterpret.c | 4995 void visit(DelegateFuncptrExp *e) in visit()
|
H A D | mtype.c | 6546 e = new DelegateFuncptrExp(e->loc, e); in dotExp()
|
H A D | expressionsem.c | 4759 void visit(DelegateFuncptrExp *e) in visit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | ChangeLog-2015 | 692 (DelegateFuncptrExp::toElem): New function.
|
H A D | expr.cc | 1343 void visit (DelegateFuncptrExp *e) in visit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | expr.cc | 1340 void visit (DelegateFuncptrExp *e) in visit()
|