Searched refs:IsExp (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h161 IsExp* isExp();
664 class IsExp : public Expression class in inherits:Expression
677 IsExp *syntaxCopy();
H A Dlambdacomp.d480 override void visit(IsExp) { buf.setsize(0); }
H A Dvisitor.h216 class IsExp;
472 virtual void visit(IsExp *e) { visit((Expression *)e); }
H A Dtransitivevisitor.d1019 override void visit(AST.IsExp e)
1021 //printf("Visiting IsExp\n");
H A Dparsetimevisitor.d180 void visit(AST.IsExp e) { visit(cast(AST.Expression)e); }
H A Dexpression.d1656 inout(IsExp) isExp() { return op == EXP.is_ ? cast(typeof(return))this : null; }
4173 extern (C++) final class IsExp : Expression
4184 super(loc, EXP.is_, __traits(classInstanceSize, IsExp));
4193 override IsExp syntaxCopy()
4203 return new IsExp(loc, targ.syntaxCopy(), id, tok, tspec ? tspec.syntaxCopy() : null, tok2, p);
H A Dhdrgen.d2212 void visitIs(IsExp e)
H A Dparse.d8269 e = new AST.IsExp(loc, targ, ident, tok, tspec, tok2, tpl);
H A Ddtemplate.d5183 override void visit(IsExp e)
5185 //printf("IsExp.reliesOnTemplateParameters('%s')\n", e.toChars());
H A Dexpressionsem.d5451 override void visit(IsExp e)
5499 printf("IsExp::semantic(%s)\n", e.toChars());
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dvisitor.h208 class IsExp;
502 virtual void visit(IsExp *e) { visit((Expression *)e); }
H A Dexpression.h695 class IsExp : public Expression class in inherits:Expression
708 IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, Type *tspec,
H A Dexpression.c4891 IsExp::IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, function in class:IsExp
4893 : Expression(loc, TOKis, sizeof(IsExp))
4903 Expression *IsExp::syntaxCopy()
4914 return new IsExp(loc,
H A Dhdrgen.c2735 void visit(IsExp *e)
H A Dparse.c7077 e = new IsExp(loc, targ, ident, tok, tspec, tok2, tpl);
H A Ddtemplate.c4823 void visit(IsExp *e)
4825 //printf("IsExp::reliesOnTident('%s')\n", e->toChars());
H A Dexpressionsem.c1908 void visit(IsExp *e)
1915 //printf("IsExp::semantic(%s)\n", toChars());

Completed in 272 milliseconds