Support class srandom and class random stability.

This commit is contained in:
Wilson Snyder
2023-04-01 10:50:27 -04:00
parent 28eadded87
commit 69121633cf
21 changed files with 361 additions and 22 deletions
+4
View File
@@ -287,6 +287,10 @@ private:
iterateChildren(nodep);
checkNode(nodep);
}
void visit(AstRandRNG* nodep) override {
iterateChildren(nodep);
checkNode(nodep);
}
void visit(AstUCFunc* nodep) override {
iterateChildren(nodep);
checkNode(nodep);