Searched refs:StaticAssertStatement (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h418 class StaticAssertStatement : public Statement class in inherits:Statement
423 StaticAssertStatement *syntaxCopy();
H A Dvisitor.h34 class StaticAssertStatement;
395 virtual void visit(StaticAssertStatement *s) { visit((Statement *)s); }
H A Dblockexit.d311 override void visit(StaticAssertStatement s)
H A Dstatement.d1153 extern (C++) final class StaticAssertStatement : Statement
1163 override StaticAssertStatement syntaxCopy()
1165 return new StaticAssertStatement(sa.syntaxCopy(null));
H A Dtransitivevisitor.d206 override void visit(AST.StaticAssertStatement s)
208 //printf("Visiting StaticAssertStatement\n");
H A Dparsetimevisitor.d101 void visit(AST.StaticAssertStatement s) { visit(cast(AST.Statement)s); }
H A Dcparse.d341 s = new AST.StaticAssertStatement(cparseStaticAssert());
H A Dstatementsem.d2151 override void visit(StaticAssertStatement s)
H A Dhdrgen.d510 override void visit(StaticAssertStatement s)
H A Dparse.d5706 s = new AST.StaticAssertStatement(parseStaticAssert());
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c1075 /******************************** StaticAssertStatement ***************************/
1077 StaticAssertStatement::StaticAssertStatement(StaticAssert *sa) function in class:StaticAssertStatement
1083 Statement *StaticAssertStatement::syntaxCopy()
1085 return new StaticAssertStatement((StaticAssert *)sa->syntaxCopy(NULL));
H A Dblockexit.c270 void visit(StaticAssertStatement *)
H A Dstatement.h405 class StaticAssertStatement : public Statement class in inherits:Statement
410 StaticAssertStatement(StaticAssert *sa);
H A Dvisitor.h34 class StaticAssertStatement;
328 virtual void visit(StaticAssertStatement *s) { visit((Statement *)s); }
H A Dhdrgen.c441 void visit(StaticAssertStatement *s)
H A Dfunc.c139 void visit(StaticAssertStatement *) { }
H A Dstatementsem.c2181 void visit(StaticAssertStatement *s)
H A Dparse.c5001 s = new StaticAssertStatement(parseStaticAssert());

Completed in 401 milliseconds