Modifying constructor for vl-deassignstmt structures.
(change-vl-deassignstmt x [:type <type>] [:lvalue <lvalue>] [:atts <atts>])
This is an often useful alternative to make-vl-deassignstmt.
We construct a new vl-deassignstmt structure that is a copy of
This is an ordinary
Macro:
(defmacro change-vl-deassignstmt (x &rest args) (std::change-aggregate 'vl-deassignstmt x args '((:type . vl-deassignstmt->type) (:lvalue . vl-deassignstmt->lvalue) (:atts . vl-deassignstmt->atts)) 'change-vl-deassignstmt 'remake-vl-deassignstmt))