| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | statement.h | 23 class IfStatement; variable 134 …IfStatement *isIfStatement() { return stmt == STMTif ? (IfStatement*)th… in isIfStatement() 369 class IfStatement : public Statement 379 IfStatement *syntaxCopy();
|
| H A D | statement_rewrite_walker.d | 116 override void visit(IfStatement s) in visit()
|
| H A D | sapply.d | 115 override void visit(IfStatement s) in visit()
|
| H A D | foreachvar.d | 131 void visitIf(IfStatement s) in foreachExpAndVar()
|
| H A D | statement.d | 375 …inout(IfStatement) isIfStatement() { return stmt == STMT.If ? cast(type… in isIfStatement() 1026 extern (C++) final class IfStatement : Statement 1045 override IfStatement syntaxCopy() in syntaxCopy() 1047 return new IfStatement(loc, in syntaxCopy()
|
| H A D | blockexit.d | 276 override void visit(IfStatement s) in blockExit()
|
| H A D | visitor.h | 31 class IfStatement; variable 402 virtual void visit(IfStatement *s) { visit((Statement *)s); } in visit()
|
| H A D | parsetimevisitor.d | 108 void visit(AST.IfStatement s) { visit(cast(AST.Statement)s); } in ParseTimeVisitor()
|
| H A D | transitivevisitor.d | 163 override void visit(AST.IfStatement s) in ParseVisitMethods()
|
| H A D | statementsem.d | 537 …_body = new IfStatement(ws.loc, ws.param, ws.condition, ws._body, new BreakStatement(ws.loc, null)… in package() 1866 override void visit(IfStatement ifs) in package() 4093 Statement s = new IfStatement(loc, null, ec, new ExpStatement(loc, e), null, loc); in catchSemantic() 4198 sfinally = new IfStatement(Loc.initial, null, e, s, null, Loc.initial); in scopeCode()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | Nodes.cpp | 256 syntax::Leaf *syntax::IfStatement::getIfKeyword() { in getIfKeyword() 261 syntax::Statement *syntax::IfStatement::getThenStatement() { in getThenStatement() 266 syntax::Leaf *syntax::IfStatement::getElseKeyword() { in getElseKeyword() 270 syntax::Statement *syntax::IfStatement::getElseStatement() { in getElseStatement()
|
| H A D | Synthesis.cpp | 120 case syntax::NodeKind::IfStatement: in allocateTree() 121 return new (A.getAllocator()) syntax::IfStatement; in allocateTree()
|
| H A D | BuildTree.cpp | 1467 new (allocator()) syntax::IfStatement, S); in WalkUpFromIfStmt()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | statement.h | 25 class IfStatement; variable 99 virtual IfStatement *isIfStatement() { return NULL; } in isIfStatement() 348 class IfStatement : public Statement 359 …IfStatement(Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody… 361 IfStatement *isIfStatement() { return this; } in isIfStatement()
|
| H A D | sapply.c | 94 void visit(IfStatement *s) in visit()
|
| H A D | statement.c | 952 IfStatement::IfStatement(Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Stateme… in IfStatement() function 963 Statement *IfStatement::syntaxCopy() in syntaxCopy() 965 return new IfStatement(loc, in syntaxCopy() 1472 *sfinally = new IfStatement(Loc(), NULL, e, s, NULL, Loc()); in scopeCode()
|
| H A D | blockexit.c | 223 void visit(IfStatement *s) in blockExit()
|
| H A D | visitor.h | 31 class IfStatement; variable 325 virtual void visit(IfStatement *s) { visit((Statement *)s); } in visit()
|
| H A D | func.c | 130 void visit(IfStatement *s) in visit() 5161 s = new IfStatement(Loc(), NULL, e, new ReturnStatement(Loc(), NULL), NULL, Loc()); in semantic() 5288 s = new IfStatement(Loc(), NULL, e, new ReturnStatement(Loc(), NULL), NULL, Loc()); in semantic()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 272 class IfStatement final : public Statement { 274 IfStatement() : Statement(NodeKind::IfStatement) {} in IfStatement() function
|
| H A D | Syntax.td | 58 // Statement = IfStatement | ForStatement | ... 59 // Statement is modeled using Alternatives, and IfStatement.base is Statement.
|
| H A D | Nodes.td | 228 def IfStatement : External<Statement> {}
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | toir.cc | 574 void visit (IfStatement *s) in visit()
|
| H A D | ChangeLog-2012 | 744 (IfStatement::toIR): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | toir.cc | 585 void visit (IfStatement *s) in visit()
|