Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dvisitor.d77 void visit(ASTCodegen.DotTypeExp e) { visit(cast(ASTCodegen.UnaExp)e); }
186 override void visit(ASTCodegen.DotTypeExp e)
H A Dexpression.h170 DotTypeExp* isDotTypeExp();
811 class DotTypeExp : public UnaExp
H A Dvisitor.h229 class DotTypeExp; variable
640 virtual void visit(DotTypeExp *e) { visit((UnaExp *)e); } in visit()
H A Dtypesem.d4234 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 Dexpression.d1666 … 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 Dhdrgen.d2373 void visitDotType(DotTypeExp e) in expressionPrettyPrint()
H A Dexpressionsem.d4747 ue.e1 = (cast(DotTypeExp)ue.e1).e1; in visit()
6780 override void visit(DotTypeExp exp) in visit()
H A Ddinterpret.d2958 override void visit(DotTypeExp e) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dvisitor.h220 class DotTypeExp; variable
514 virtual void visit(DotTypeExp *e) { visit((UnaExp *)e); } in visit()
H A Dexpression.h853 class DotTypeExp : public UnaExp
858 DotTypeExp(Loc loc, Expression *e, Dsymbol *sym);
H A Dmtype.c6650 (*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 Ddinterpret.c2935 void visit(DotTypeExp *e) in visit()
2946 DotTypeExp *edt = (DotTypeExp *)e->copy(); in visit()
4636 pthis = ((DotTypeExp *)dve->e1)->e1; in visit()
H A Dexpression.c5472 DotTypeExp::DotTypeExp(Loc loc, Expression *e, Dsymbol *s) in DotTypeExp() function
5473 : UnaExp(loc, TOKdottype, sizeof(DotTypeExp), e) in DotTypeExp()
H A Dhdrgen.c2839 void visit(DotTypeExp *e) in visit()
H A Dexpressionsem.c2715 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 DChangeLog-2012516 DotTypeExp::toElem.
518 (DotTypeExp::toElem): Implement function.
H A Dexpr.cc1880 void visit (DotTypeExp *e) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1950 void visit (DotTypeExp *e) in visit()