Searched refs:DotTypeExp (Results 1 – 18 of 18) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | visitor.d | 77 void visit(ASTCodegen.DotTypeExp e) { visit(cast(ASTCodegen.UnaExp)e); } 186 override void visit(ASTCodegen.DotTypeExp e)
|
| H A D | expression.h | 170 DotTypeExp* isDotTypeExp(); 811 class DotTypeExp : public UnaExp
|
| H A D | visitor.h | 229 class DotTypeExp; variable 640 virtual void visit(DotTypeExp *e) { visit((UnaExp *)e); } in visit()
|
| H A D | typesem.d | 4234 e = new DotTypeExp(e.loc, e, mt.sym); in dotExp() 4247 e = new DotTypeExp(e.loc, e, cbase); in dotExp() 4552 e = new DotTypeExp(e1.loc, e1, cd); in dotExp()
|
| H A D | expression.d | 1666 … inout(DotTypeExp) isDotTypeExp() { return op == EXP.dotType ? cast(typeof(return))this : null; } in isDotTypeExp() 4997 extern (C++) final class DotTypeExp : UnaExp 5003 super(loc, EXP.dotType, __traits(classInstanceSize, DotTypeExp), e); in this()
|
| H A D | hdrgen.d | 2373 void visitDotType(DotTypeExp e) in expressionPrettyPrint()
|
| H A D | expressionsem.d | 4747 ue.e1 = (cast(DotTypeExp)ue.e1).e1; in visit() 6780 override void visit(DotTypeExp exp) in visit()
|
| H A D | dinterpret.d | 2958 override void visit(DotTypeExp e) in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | visitor.h | 220 class DotTypeExp; variable 514 virtual void visit(DotTypeExp *e) { visit((UnaExp *)e); } in visit()
|
| H A D | expression.h | 853 class DotTypeExp : public UnaExp 858 DotTypeExp(Loc loc, Expression *e, Dsymbol *sym);
|
| H A D | mtype.c | 6650 (*elems)[i] = ((DotTypeExp *)src)->type; in semantic() 6668 result = isType(((DotTypeExp *)e)->sym); in semantic() 8512 e = new DotTypeExp(e->loc, e, sym); in dotExp() 8523 e = new DotTypeExp(e->loc, e, cbase); in dotExp() 8784 e = new DotTypeExp(e1->loc, e1, cd); in dotExp()
|
| H A D | dinterpret.c | 2935 void visit(DotTypeExp *e) in visit() 2946 DotTypeExp *edt = (DotTypeExp *)e->copy(); in visit() 4636 pthis = ((DotTypeExp *)dve->e1)->e1; in visit()
|
| H A D | expression.c | 5472 DotTypeExp::DotTypeExp(Loc loc, Expression *e, Dsymbol *s) in DotTypeExp() function 5473 : UnaExp(loc, TOKdottype, sizeof(DotTypeExp), e) in DotTypeExp()
|
| H A D | hdrgen.c | 2839 void visit(DotTypeExp *e) in visit()
|
| H A D | expressionsem.c | 2715 void visit(DotTypeExp *exp) in visit() 3211 ue->e1 = ((DotTypeExp *)ue->e1)->e1; in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | ChangeLog-2012 | 516 DotTypeExp::toElem. 518 (DotTypeExp::toElem): Implement function.
|
| H A D | expr.cc | 1880 void visit (DotTypeExp *e) in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | expr.cc | 1950 void visit (DotTypeExp *e) in visit()
|