| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dsymbol.h | 55 class WithStatement; variable 333 WithStatement *withstate; 335 WithScopeSymbol(WithStatement *withstate);
|
| H A D | sapply.c | 118 void visit(WithStatement *s) in visit()
|
| H A D | statement.c | 1325 WithStatement::WithStatement(Loc loc, Expression *exp, Statement *body, Loc endloc) in WithStatement() function 1334 Statement *WithStatement::syntaxCopy() in syntaxCopy() 1336 return new WithStatement(loc, in syntaxCopy()
|
| H A D | statement.h | 566 class WithStatement : public Statement 574 WithStatement(Loc loc, Expression *exp, Statement *body, Loc endloc);
|
| H A D | blockexit.c | 342 void visit(WithStatement *s) in blockExit()
|
| H A D | visitor.h | 46 class WithStatement; variable 340 virtual void visit(WithStatement *s) { visit((Statement *)s); } in visit()
|
| H A D | dsymbol.c | 1530 WithScopeSymbol::WithScopeSymbol(WithStatement *withstate) in WithScopeSymbol()
|
| H A D | hdrgen.c | 571 void visit(WithStatement *s) in visit()
|
| H A D | dinterpret.c | 530 void visit(WithStatement *s) in visit() 1770 void visit(WithStatement *s) in visit()
|
| H A D | func.c | 171 void visit(WithStatement *s) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | statement.h | 151 …WithStatement *isWithStatement() { return stmt == STMTwith ? (WithStatement*)… in isWithStatement() 563 class WithStatement : public Statement 571 WithStatement *syntaxCopy();
|
| H A D | dsymbol.h | 57 class WithStatement; variable 353 WithStatement *withstate;
|
| H A D | statement_rewrite_walker.d | 154 override void visit(WithStatement s) in visit()
|
| H A D | sapply.d | 145 override void visit(WithStatement s) in visit()
|
| H A D | foreachvar.d | 211 void visitWith(WithStatement s) in foreachExpAndVar()
|
| H A D | statement.d | 394 …inout(WithStatement) isWithStatement() { return stmt == STMT.With ? cast(type… in isWithStatement() 1529 extern (C++) final class WithStatement : Statement 1544 override WithStatement syntaxCopy() in syntaxCopy() 1546 return new WithStatement(loc, exp.syntaxCopy(), _body ? _body.syntaxCopy() : null, endloc); in syntaxCopy()
|
| H A D | blockexit.d | 383 override void visit(WithStatement s) in blockExit()
|
| H A D | visitor.h | 46 class WithStatement; variable 417 virtual void visit(WithStatement *s) { visit((Statement *)s); } in visit()
|
| H A D | dsymbol.d | 1849 WithStatement withstate; 1851 extern (D) this(WithStatement withstate) nothrow in this()
|
| H A D | parsetimevisitor.d | 123 void visit(AST.WithStatement s) { visit(cast(AST.Statement)s); } in ParseTimeVisitor()
|
| H A D | transitivevisitor.d | 264 override void visit(AST.WithStatement s) in ParseVisitMethods()
|
| H A D | ob.d | 682 void visitWith(WithStatement s) in toObNodes()
|
| H A D | hdrgen.d | 640 override void visit(WithStatement s) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | toir.cc | 1144 void visit (WithStatement *s) in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | toir.cc | 1131 void visit (WithStatement *s) in visit()
|