Home
last modified time | relevance | path

Searched refs:DebugStatement (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h154DebugStatement *isDebugStatement() { return stmt == STMTdebug ? (DebugStatement*… in isDebugStatement()
650 class DebugStatement : public Statement
655 DebugStatement *syntaxCopy();
H A Dvisitor.d36 void visit(ASTCodegen.DebugStatement s) { visit(cast(ASTCodegen.Statement)s); }
137 override void visit(ASTCodegen.DebugStatement s)
H A Dstatement_rewrite_walker.d183 override void visit(DebugStatement s) in visit()
H A Dsapply.d170 override void visit(DebugStatement s) in visit()
H A Dstatement.d397 …inout(DebugStatement) isDebugStatement() { return stmt == STMT.Debug ? cast(type… in isDebugStatement()
1728 extern (C++) final class DebugStatement : Statement
1738 override DebugStatement syntaxCopy() in syntaxCopy()
1740 return new DebugStatement(loc, statement ? statement.syntaxCopy() : null); in syntaxCopy()
H A Dvisitor.h51 class DebugStatement; variable
599 virtual void visit(DebugStatement *s) { visit((Statement *)s); } in visit()
H A Dstatementsem.d3811 override void visit(DebugStatement ds) in package()
4689 s = new DebugStatement(cs.loc, cs.ifbody); in flatten()
4728 s = new DebugStatement(ds.loc, s); in flatten()
H A Dhdrgen.d714 override void visit(DebugStatement s) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c1000 s = new DebugStatement(loc, ifbody); in flatten()
1501 DebugStatement::DebugStatement(Loc loc, Statement *statement) in DebugStatement() function
1507 Statement *DebugStatement::syntaxCopy() in syntaxCopy()
1509 return new DebugStatement(loc, in syntaxCopy()
1513 Statements *DebugStatement::flatten(Scope *sc) in flatten()
1521 s = new DebugStatement(loc, s); in flatten()
H A Dsapply.c140 void visit(DebugStatement *s) in visit()
H A Dstatement.h655 class DebugStatement : public Statement
660 DebugStatement(Loc loc, Statement *statement);
H A Dvisitor.h51 class DebugStatement; variable
345 virtual void visit(DebugStatement *s) { visit((Statement *)s); } in visit()
H A Dhdrgen.c636 void visit(DebugStatement *s) in visit()
H A Dfunc.c199 void visit(DebugStatement *s) in visit()
H A Dstatementsem.c3623 void visit(DebugStatement *ds) in visit()