| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | statement.h | 36 class TryCatchStatement; variable 152 …TryCatchStatement *isTryCatchStatement() { return stmt == STMTtryCatch ? (TryCatchStateme… in isTryCatchStatement() 576 class TryCatchStatement : public Statement 584 TryCatchStatement *syntaxCopy();
|
| H A D | statement_rewrite_walker.d | 160 override void visit(TryCatchStatement s) in visit()
|
| H A D | sapply.d | 150 override void visit(TryCatchStatement s) in visit()
|
| H A D | statement.d | 220 override void visit(TryCatchStatement s) in usesEH() 395 …inout(TryCatchStatement) isTryCatchStatement() { return stmt == STMT.TryCatch ? cast(type… in isTryCatchStatement() 1558 extern (C++) final class TryCatchStatement : Statement 1572 override TryCatchStatement syntaxCopy() in syntaxCopy() 1579 return new TryCatchStatement(loc, _body.syntaxCopy(), a); in syntaxCopy()
|
| H A D | foreachvar.d | 225 void visitTryCatch(TryCatchStatement s) in foreachExpAndVar()
|
| H A D | blockexit.d | 390 override void visit(TryCatchStatement s) in blockExit()
|
| H A D | visitor.h | 47 class TryCatchStatement; variable 418 virtual void visit(TryCatchStatement *s) { visit((Statement *)s); } in visit()
|
| H A D | func.d | 184 Statement s2 = new TryCatchStatement(Loc.initial, s._body, catches); in visit() 2295 sf = new TryCatchStatement(loc, s2, catches); in mergeFrequire() 2362 sf = new TryCatchStatement(loc, sf, catches); in mergeFrequireInclusivePreview()
|
| H A D | parsetimevisitor.d | 124 void visit(AST.TryCatchStatement s) { visit(cast(AST.Statement)s); } in ParseTimeVisitor()
|
| H A D | transitivevisitor.d | 272 override void visit(AST.TryCatchStatement s) in ParseVisitMethods()
|
| H A D | semantic3.d | 1461 ctor.fbody = new TryCatchStatement(ctor.loc, ctor.fbody, catches); in visit()
|
| H A D | ob.d | 687 void visitTryCatch(TryCatchStatement s) in toObNodes()
|
| H A D | statementsem.d | 350 Statement st = new TryCatchStatement(Loc.initial, _body, catches); in package() 3561 override void visit(TryCatchStatement tcs) in package()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | statement.c | 172 void visit(TryCatchStatement *) { stop = true; } in usesEH() 1343 TryCatchStatement::TryCatchStatement(Loc loc, Statement *body, Catches *catches) in TryCatchStatement() function 1350 Statement *TryCatchStatement::syntaxCopy() in syntaxCopy() 1359 return new TryCatchStatement(loc, _body->syntaxCopy(), a); in syntaxCopy() 1362 bool TryCatchStatement::hasBreak() in hasBreak()
|
| H A D | sapply.c | 122 void visit(TryCatchStatement *s) in visit()
|
| H A D | statement.h | 40 class TryCatchStatement; variable 580 class TryCatchStatement : public Statement 586 TryCatchStatement(Loc loc, Statement *body, Catches *catches);
|
| H A D | blockexit.c | 353 void visit(TryCatchStatement *s) in blockExit()
|
| H A D | visitor.h | 47 class TryCatchStatement; variable 341 virtual void visit(TryCatchStatement *s) { visit((Statement *)s); } in visit()
|
| H A D | func.c | 176 void visit(TryCatchStatement *s) in visit() 287 Statement *s2 = new TryCatchStatement(Loc(), s->_body, catches); in visit() 2695 sf = new TryCatchStatement(loc, s2, catches); in mergeFrequire()
|
| H A D | statementsem.c | 197 s = new TryCatchStatement(Loc(), body, catches); in visit() 3408 void visit(TryCatchStatement *tcs) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | ChangeLog-2015 | 50 * toir.cc (IRVisitor::visit (TryCatchStatement)): Always emit call to 509 * toir.cc (IRVisitor::visit::TryCatchStatement): Use LIBCALL_BEGIN_CATCH
|
| H A D | toir.cc | 1200 void visit (TryCatchStatement *s) in visit()
|
| H A D | ChangeLog-2012 | 741 (TryCatchStatement::toIR): Likewise.
|
| H A D | ChangeLog-2017 | 858 * toir.cc (IRVisitor::visit(TryCatchStatement)): Support catching
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | toir.cc | 1187 void visit (TryCatchStatement *s) in visit()
|