HomeSort by: relevance | last modified time | path
    Searched refs:DotTypeExp (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
visitor.d 77 void visit(ASTCodegen.DotTypeExp e) { visit(cast(ASTCodegen.UnaExp)e); }
186 override void visit(ASTCodegen.DotTypeExp e)
expression.h 170 DotTypeExp* isDotTypeExp();
811 class DotTypeExp : public UnaExp
visitor.h 229 class DotTypeExp;
640 virtual void visit(DotTypeExp *e) { visit((UnaExp *)e); }
typesem.d 4234 e = new DotTypeExp(e.loc, e, mt.sym);
4247 e = new DotTypeExp(e.loc, e, cbase);
4552 e = new DotTypeExp(e1.loc, e1, cd);
expression.d 1666 inout(DotTypeExp) isDotTypeExp() { return op == EXP.dotType ? cast(typeof(return))this : null; }
4997 extern (C++) final class DotTypeExp : UnaExp
5003 super(loc, EXP.dotType, __traits(classInstanceSize, DotTypeExp), e);
hdrgen.d 2373 void visitDotType(DotTypeExp e)
expressionsem.d 4747 ue.e1 = (cast(DotTypeExp)ue.e1).e1;
6780 override void visit(DotTypeExp exp)
6784 printf("DotTypeExp::semantic('%s')\n", exp.toChars());
dinterpret.d 2958 override void visit(DotTypeExp e)
2962 printf("%s DotTypeExp::interpret() %s\n", e.loc.toChars(), e.toChars());
  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 1880 void visit (DotTypeExp *e)

Completed in 49 milliseconds