Home
last modified time | relevance | path

Searched refs:OnScopeStatement (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.h628 class OnScopeStatement : public Statement
634 OnScopeStatement(Loc loc, TOK tok, Statement *statement);
672 OnScopeStatement *os;
688 OnScopeStatement *os;
H A Dstatement.c174 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 Dscope.h82 OnScopeStatement *os; // enclosing scope(xxx) statement
H A Dsapply.c136 void visit(OnScopeStatement *s) in visit()
H A Dblockexit.c438 void visit(OnScopeStatement *) in blockExit()
H A Dvisitor.h49 class OnScopeStatement; variable
343 virtual void visit(OnScopeStatement *s) { visit((Statement *)s); } in visit()
H A Dclone.c917 a->push(new OnScopeStatement(loc, TOKon_scope_failure, new ExpStatement(loc, ex))); in buildPostBlit()
H A Dstatementsem.c1971 sdtor = new OnScopeStatement(ifs->loc, TOKon_scope_exit, sdtor); in visit()
3546 void visit(OnScopeStatement *oss) in visit()
H A Dhdrgen.c621 void visit(OnScopeStatement *s) in visit()
H A Ddinterpret.c442 void visit(OnScopeStatement *) in visit() argument
1765 void visit(OnScopeStatement *) in visit() argument
H A Dfunc.c197 void visit(OnScopeStatement *) { } in visit() argument
H A Dparse.c5394 s = new OnScopeStatement(loc, t, st); in parseStatement()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc579 void visit (OnScopeStatement *) in visit() argument