Home
last modified time | relevance | path

Searched refs:IfStatement (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h23 class IfStatement; variable
134IfStatement *isIfStatement() { return stmt == STMTif ? (IfStatement*)th… in isIfStatement()
369 class IfStatement : public Statement
379 IfStatement *syntaxCopy();
H A Dstatement_rewrite_walker.d116 override void visit(IfStatement s) in visit()
H A Dsapply.d115 override void visit(IfStatement s) in visit()
H A Dforeachvar.d131 void visitIf(IfStatement s) in foreachExpAndVar()
H A Dstatement.d375 …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 Dblockexit.d276 override void visit(IfStatement s) in blockExit()
H A Dvisitor.h31 class IfStatement; variable
402 virtual void visit(IfStatement *s) { visit((Statement *)s); } in visit()
H A Dparsetimevisitor.d108 void visit(AST.IfStatement s) { visit(cast(AST.Statement)s); } in ParseTimeVisitor()
H A Dtransitivevisitor.d163 override void visit(AST.IfStatement s) in ParseVisitMethods()
H A Dstatementsem.d537 …_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 DNodes.cpp256 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 DSynthesis.cpp120 case syntax::NodeKind::IfStatement: in allocateTree()
121 return new (A.getAllocator()) syntax::IfStatement; in allocateTree()
H A DBuildTree.cpp1467 new (allocator()) syntax::IfStatement, S); in WalkUpFromIfStmt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.h25 class IfStatement; variable
99 virtual IfStatement *isIfStatement() { return NULL; } in isIfStatement()
348 class IfStatement : public Statement
359IfStatement(Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody…
361 IfStatement *isIfStatement() { return this; } in isIfStatement()
H A Dsapply.c94 void visit(IfStatement *s) in visit()
H A Dstatement.c952 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 Dblockexit.c223 void visit(IfStatement *s) in blockExit()
H A Dvisitor.h31 class IfStatement; variable
325 virtual void visit(IfStatement *s) { visit((Statement *)s); } in visit()
H A Dfunc.c130 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 DNodes.h272 class IfStatement final : public Statement {
274 IfStatement() : Statement(NodeKind::IfStatement) {} in IfStatement() function
H A DSyntax.td58 // Statement = IfStatement | ForStatement | ...
59 // Statement is modeled using Alternatives, and IfStatement.base is Statement.
H A DNodes.td228 def IfStatement : External<Statement> {}
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc574 void visit (IfStatement *s) in visit()
H A DChangeLog-2012744 (IfStatement::toIR): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc585 void visit (IfStatement *s) in visit()

12