Searched refs:OnScopeStatement (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | statement.h | 628 class OnScopeStatement : public Statement 634 OnScopeStatement(Loc loc, TOK tok, Statement *statement); 672 OnScopeStatement *os; 688 OnScopeStatement *os;
|
| H A D | statement.c | 174 void visit(OnScopeStatement *) { stop = true; } in usesEH() 1423 OnScopeStatement::OnScopeStatement(Loc loc, TOK tok, Statement *statement) in OnScopeStatement() function 1430 Statement *OnScopeStatement::syntaxCopy() in syntaxCopy() 1432 return new OnScopeStatement(loc, tok, statement->syntaxCopy()); in syntaxCopy() 1435 Statement *OnScopeStatement::scopeCode(Scope *sc, Statement **sentry, Statement **sexception, State… in scopeCode()
|
| H A D | scope.h | 82 OnScopeStatement *os; // enclosing scope(xxx) statement
|
| H A D | sapply.c | 136 void visit(OnScopeStatement *s) in visit()
|
| H A D | blockexit.c | 438 void visit(OnScopeStatement *) in blockExit()
|
| H A D | visitor.h | 49 class OnScopeStatement; variable 343 virtual void visit(OnScopeStatement *s) { visit((Statement *)s); } in visit()
|
| H A D | clone.c | 917 a->push(new OnScopeStatement(loc, TOKon_scope_failure, new ExpStatement(loc, ex))); in buildPostBlit()
|
| H A D | statementsem.c | 1971 sdtor = new OnScopeStatement(ifs->loc, TOKon_scope_exit, sdtor); in visit() 3546 void visit(OnScopeStatement *oss) in visit()
|
| H A D | hdrgen.c | 621 void visit(OnScopeStatement *s) in visit()
|
| H A D | dinterpret.c | 442 void visit(OnScopeStatement *) in visit() argument 1765 void visit(OnScopeStatement *) in visit() argument
|
| H A D | func.c | 197 void visit(OnScopeStatement *) { } in visit() argument
|
| H A D | parse.c | 5394 s = new OnScopeStatement(loc, t, st); in parseStatement()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | toir.cc | 579 void visit (OnScopeStatement *) in visit() argument
|