mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 05:43:40 +00:00
parent
e9effd58d2
commit
8bdc019730
5 changed files with 86 additions and 54 deletions
|
@ -221,7 +221,7 @@ namespace AST
|
|||
AstSrcLocType location;
|
||||
|
||||
// creating and deleting nodes
|
||||
AstNode(AstNodeType type = AST_NONE, AstNode *child1 = NULL, AstNode *child2 = NULL, AstNode *child3 = NULL);
|
||||
AstNode(AstNodeType type = AST_NONE, AstNode *child1 = nullptr, AstNode *child2 = nullptr, AstNode *child3 = nullptr, AstNode *child4 = nullptr);
|
||||
AstNode *clone() const;
|
||||
void cloneInto(AstNode *other) const;
|
||||
void delete_children();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue