Home
last modified time | relevance | path

Searched refs:ForStatement (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h283 class ForStatement final : public Statement {
285 ForStatement() : Statement(NodeKind::ForStatement) {} in ForStatement() function
H A DSyntax.td58 // Statement = IfStatement | ForStatement | ...
H A DNodes.td229 def ForStatement : External<Statement> {}
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h147ForStatement *isForStatement() { return stmt == STMTfor ? (ForStatement*)t… in isForStatement()
304 class ForStatement : public Statement
318 ForStatement *syntaxCopy();
H A Dstatement_rewrite_walker.d96 override void visit(ForStatement s) in visit()
H A Dsapply.d100 override void visit(ForStatement s) in visit()
H A Dforeachvar.d144 void visitFor(ForStatement s) in foreachExpAndVar()
H A Dstatement.d390 …inout(ForStatement) isForStatement() { return stmt == STMT.For ? cast(type… in isForStatement()
868 extern (C++) final class ForStatement : Statement
891 override ForStatement syntaxCopy() in syntaxCopy()
893 return new ForStatement(loc, in syntaxCopy()
H A Dblockexit.d229 override void visit(ForStatement s) in blockExit()
H A Dvisitor.h27 class ForStatement; variable
398 virtual void visit(ForStatement *s) { visit((Statement *)s); } in visit()
H A Dstatementsem.d540 Statement s = new ForStatement(ws.loc, null, cond, null, _body, ws.endloc); in package()
581 override void visit(ForStatement fs) in package()
1156 Statement s = new ForStatement(loc, forinit, cond, increment, fs._body, fs.endloc); in package()
1350 … Statement s = new ForStatement(loc, _init, condition, increment, forbody, fs.endloc); in package()
1860 auto s = new ForStatement(loc, forinit, cond, increment, fs._body, fs.endloc); in package()
H A Dparsetimevisitor.d104 void visit(AST.ForStatement s) { visit(cast(AST.Statement)s); } in ParseTimeVisitor()
H A Dtransitivevisitor.d128 override void visit(AST.ForStatement s) in ParseVisitMethods()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c817 ForStatement::ForStatement(Loc loc, Statement *init, Expression *condition, Expression *increment, … in ForStatement() function
828 Statement *ForStatement::syntaxCopy() in syntaxCopy()
830 return new ForStatement(loc, in syntaxCopy()
838 Statement *ForStatement::scopeCode(Scope *sc, Statement **sentry, Statement **sexception, Statement… in scopeCode()
845 bool ForStatement::hasBreak() in hasBreak()
851 bool ForStatement::hasContinue() in hasContinue()
H A Dsapply.c82 void visit(ForStatement *s) in visit()
H A Dstatement.h277 class ForStatement : public Statement
291ForStatement(Loc loc, Statement *init, Expression *condition, Expression *increment, Statement *bo…
H A Dblockexit.c177 void visit(ForStatement *s) in blockExit()
H A Dvisitor.h27 class ForStatement; variable
321 virtual void visit(ForStatement *s) { visit((Statement *)s); } in visit()
H A Dstatementsem.c371 Statement *s = new ForStatement(ws->loc, NULL, ws->condition, NULL, ws->_body, ws->endloc); in visit()
410 void visit(ForStatement *fs) in visit()
1220 s = new ForStatement(loc, forinit, cond, increment, fs->_body, fs->endloc); in visit()
1399 s = new ForStatement(loc, init, condition, increment, forbody, fs->endloc); in visit()
1931 ForStatement *s = new ForStatement(loc, forinit, cond, increment, fs->_body, fs->endloc); in visit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp122 case syntax::NodeKind::ForStatement: in allocateTree()
123 return new (A.getAllocator()) syntax::ForStatement; in allocateTree()
H A DNodes.cpp275 syntax::Leaf *syntax::ForStatement::getForKeyword() { in getForKeyword()
280 syntax::Statement *syntax::ForStatement::getBody() { in getBody()
H A DBuildTree.cpp1475 new (allocator()) syntax::ForStatement, S); in WalkUpFromForStmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2008137 * d-glue.cc (ForStatement::toIR): condition may be NULL
H A Dtoir.cc658 void visit (ForStatement *s) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc669 void visit (ForStatement *s) in visit()

12