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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h82 OnScopeStatement *os; // enclosing scope(xxx) statement
H A Dsapply.c136 void visit(OnScopeStatement *s)
H A Dstatement.h628 class OnScopeStatement : public Statement class in inherits:Statement
634 OnScopeStatement(Loc loc, TOK tok, Statement *statement);
672 OnScopeStatement *os;
688 OnScopeStatement *os;
H A Dstatement.c174 void visit(OnScopeStatement *) { stop = true; }
1421 /****************************** OnScopeStatement ***************************/
1423 OnScopeStatement::OnScopeStatement(Loc loc, TOK tok, Statement *statement) function in class:OnScopeStatement
1430 Statement *OnScopeStatement::syntaxCopy()
1432 return new OnScopeStatement(loc, tok, statement->syntaxCopy());
1435 Statement *OnScopeStatement::scopeCode(Scope *sc, Statement **sentry, Statement **sexception, Statement **sfinally)
1437 //printf("OnScopeStatement::scopeCode()\n");
H A Dblockexit.c438 void visit(OnScopeStatement *)
H A Dvisitor.h49 class OnScopeStatement;
343 virtual void visit(OnScopeStatement *s) { visit((Statement *)s); }
H A Dclone.c917 a->push(new OnScopeStatement(loc, TOKon_scope_failure, new ExpStatement(loc, ex)));
H A Dstatementsem.c1971 sdtor = new OnScopeStatement(ifs->loc, TOKon_scope_exit, sdtor);
3546 void visit(OnScopeStatement *oss)
H A Ddinterpret.c442 void visit(OnScopeStatement *)
1765 void visit(OnScopeStatement *)
H A Dhdrgen.c621 void visit(OnScopeStatement *s)
H A Dfunc.c197 void visit(OnScopeStatement *) { }
H A Dparse.c5394 s = new OnScopeStatement(loc, t, st);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc579 void visit (OnScopeStatement *)

Completed in 383 milliseconds