Searched refs:ScopeGuardStatement (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | statement.h | 156 …ScopeGuardStatement *isScopeGuardStatement() { return stmt == STMTscopeGuard ? (ScopeGuardState… in isScopeGuardStatement() 626 class ScopeGuardStatement : public Statement 632 ScopeGuardStatement *syntaxCopy(); 666 ScopeGuardStatement *os; 681 ScopeGuardStatement *os;
|
H A D | scope.h | 82 ScopeGuardStatement *os; // enclosing scope(xxx) statement
|
H A D | statement.d | 230 override void visit(ScopeGuardStatement s) in usesEH() 399 …inout(ScopeGuardStatement) isScopeGuardStatement() { return stmt == STMT.ScopeGuard ? cast(type… in isScopeGuardStatement() 1674 extern (C++) final class ScopeGuardStatement : Statement 1686 override ScopeGuardStatement syntaxCopy() in syntaxCopy() 1688 return new ScopeGuardStatement(loc, tok, statement.syntaxCopy()); in syntaxCopy() 1758 ScopeGuardStatement os; 1863 ScopeGuardStatement os;
|
H A D | sapply.d | 165 override void visit(ScopeGuardStatement s) in visit()
|
H A D | blockexit.d | 472 override void visit(ScopeGuardStatement s) in blockExit()
|
H A D | visitor.h | 49 class ScopeGuardStatement; variable 403 virtual void visit(ScopeGuardStatement *s) { visit((Statement *)s); } in visit()
|
H A D | dscope.d | 91 ScopeGuardStatement os; /// enclosing scope(xxx) statement
|
H A D | parsetimevisitor.d | 109 void visit(AST.ScopeGuardStatement s) { visit(cast(AST.Statement)s); } in ParseTimeVisitor()
|
H A D | transitivevisitor.d | 288 override void visit(AST.ScopeGuardStatement s) in ParseVisitMethods()
|
H A D | clone.d | 1321 …postblitCalls.push(new ScopeGuardStatement(loc, TOK.onScopeFailure, new CompoundStatement(loc, dto… in buildPostBlit()
|
H A D | semantic3.d | 1470 auto s = new ScopeGuardStatement(ctor.loc, TOK.onScopeFailure, ss); in visit()
|
H A D | statementsem.d | 1897 sdtor = new ScopeGuardStatement(ifs.loc, TOK.onScopeExit, sdtor); in package() 3705 override void visit(ScopeGuardStatement oss) in package()
|
H A D | hdrgen.d | 698 override void visit(ScopeGuardStatement s) in visit()
|
H A D | dinterpret.d | 1639 override void visit(ScopeGuardStatement s) in visit()
|
H A D | parse.d | 6064 s = new AST.ScopeGuardStatement(loc, t, st);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | toir.cc | 568 void visit (ScopeGuardStatement *) in visit() argument
|
H A D | ChangeLog-2020 | 466 (IRVisitor::visit (ScopeGuardStatement *)): ... this.
|