Home
last modified time | relevance | path

Searched refs:CompoundDeclarationStatement (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h160CompoundDeclarationStatement *isCompoundDeclarationStatement() { return stmt == STMTcompoundDeclar… in isCompoundDeclarationStatement()
229 class CompoundDeclarationStatement : public CompoundStatement
232 CompoundDeclarationStatement *syntaxCopy();
H A Dstatement_rewrite_walker.d61 override void visit(CompoundDeclarationStatement s) in visit()
H A Dforeachvar.d188 void visitCompoundDeclaration(CompoundDeclarationStatement s) in foreachExpAndVar()
H A Dstatement.d403 …inout(CompoundDeclarationStatement) isCompoundDeclarationStatement() { return stmt == STMT.Compoun… in isCompoundDeclarationStatement()
634 extern (C++) final class CompoundDeclarationStatement : CompoundStatement
641 override CompoundDeclarationStatement syntaxCopy() in syntaxCopy()
648 return new CompoundDeclarationStatement(loc, a); in syntaxCopy()
H A Dvisitor.h21 class CompoundDeclarationStatement; variable
426 virtual void visit(CompoundDeclarationStatement *s) { visit((CompoundStatement *)s); } in visit()
H A Dparsetimevisitor.d132 void visit(AST.CompoundDeclarationStatement s) { visit(cast(AST.CompoundStatement)s); } in ParseTimeVisitor()
H A Dtransitivevisitor.d83 override void visit(AST.CompoundDeclarationStatement s) in ParseVisitMethods()
H A Dob.d411 void visitCompoundDeclaration(CompoundDeclarationStatement s) in toObNodes()
H A Dstatementsem.d1104 Statement forinit = new CompoundDeclarationStatement(loc, cs); in package()
1794 Statement forinit = new CompoundDeclarationStatement(loc, cs); in package()
H A Dcparse.d324 s = new AST.CompoundDeclarationStatement(loc, as);
H A Dhdrgen.d199 override void visit(CompoundDeclarationStatement s) in visit()
H A Dparse.d5803 s = new AST.CompoundDeclarationStatement(loc, as);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c613 CompoundDeclarationStatement::CompoundDeclarationStatement(Loc loc, Statements *s) in CompoundDeclarationStatement() function
619 Statement *CompoundDeclarationStatement::syntaxCopy() in syntaxCopy()
628 return new CompoundDeclarationStatement(loc, a); in syntaxCopy()
H A Dstatement.h193 class CompoundDeclarationStatement : public CompoundStatement
196 CompoundDeclarationStatement(Loc loc, Statements *s);
H A Dvisitor.h21 class CompoundDeclarationStatement; variable
315 virtual void visit(CompoundDeclarationStatement *s) { visit((CompoundStatement *)s); } in visit()
H A Dstatementsem.c1170 Statement *forinit = new CompoundDeclarationStatement(loc, cs); in visit()
1863 Statement *forinit = new CompoundDeclarationStatement(loc, cs); in visit()
H A Dhdrgen.c141 void visit(CompoundDeclarationStatement *s) in visit()
H A Dfunc.c86 void visit(CompoundDeclarationStatement *s) { visit((CompoundStatement *)s); } in visit()
H A Dparse.c5086 s = new CompoundDeclarationStatement(loc, as); in parseStatement()