Home
last modified time | relevance | path

Searched refs:GotoDefaultStatement (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h140GotoDefaultStatement *isGotoDefaultStatement() { return stmt == STMTgotoDefault ? (GotoDefaultStat… in isGotoDefaultStatement()
489 class GotoDefaultStatement : public Statement
494 GotoDefaultStatement *syntaxCopy();
H A Dstatement.d382 …inout(GotoDefaultStatement) isGotoDefaultStatement() { return stmt == STMT.GotoDefault ? cast(type… in isGotoDefaultStatement()
1343 extern (C++) final class GotoDefaultStatement : Statement
1352 override GotoDefaultStatement syntaxCopy() in syntaxCopy()
1354 return new GotoDefaultStatement(loc); in syntaxCopy()
H A Dblockexit.d344 override void visit(GotoDefaultStatement s) in blockExit()
H A Dvisitor.h39 class GotoDefaultStatement; variable
413 virtual void visit(GotoDefaultStatement *s) { visit((Statement *)s); } in visit()
H A Dparsetimevisitor.d119 void visit(AST.GotoDefaultStatement s) { visit(cast(AST.Statement)s); } in ParseTimeVisitor()
H A Dob.d643 void visitGotoDefault(GotoDefaultStatement s) in toObNodes()
H A Dhdrgen.d567 override void visit(GotoDefaultStatement s) in visit()
H A Dstatementsem.d2738 override void visit(GotoDefaultStatement gds) in package()
H A Ddinterpret.d1410 override void visit(GotoDefaultStatement s) in visit()
H A Dparse.d6296 s = new AST.GotoDefaultStatement(loc);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.h103 virtual GotoDefaultStatement *isGotoDefaultStatement() { return NULL; } in isGotoDefaultStatement()
483 class GotoDefaultStatement : public Statement
488 GotoDefaultStatement(Loc loc);
490 GotoDefaultStatement *isGotoDefaultStatement() { return this; } in isGotoDefaultStatement()
H A Dstatement.c1225 GotoDefaultStatement::GotoDefaultStatement(Loc loc) in GotoDefaultStatement() function
1231 Statement *GotoDefaultStatement::syntaxCopy() in syntaxCopy()
1233 return new GotoDefaultStatement(loc); in syntaxCopy()
H A Dblockexit.c303 void visit(GotoDefaultStatement *) in blockExit()
H A Dvisitor.h39 class GotoDefaultStatement; variable
333 virtual void visit(GotoDefaultStatement *s) { visit((Statement *)s); } in visit()
H A Dhdrgen.c498 void visit(GotoDefaultStatement *) in visit() argument
H A Ddinterpret.c504 void visit(GotoDefaultStatement *) in visit() argument
1567 void visit(GotoDefaultStatement *s) in visit()
H A Dfunc.c160 void visit(GotoDefaultStatement *) { } in visit() argument
H A Dstatementsem.c2638 void visit(GotoDefaultStatement *gds) in visit()
H A Dparse.c5617 s = new GotoDefaultStatement(loc); in parseStatement()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc927 void visit (GotoDefaultStatement *s) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc996 void visit (GotoDefaultStatement *s) in visit()