Constructor macro for honsed vl-useset-report-entry-p structures.
Syntax:
(make-honsed-vl-useset-report-entry [:name <name>]
[:spurious <spurious>]
[:unused <unused>]
[:unset <unset>]
[:wwires <wwires>]
[:warnings <warnings>]
[:typos <typos>]
[:lvalue-inputs <lvalue-inputs>])
This is identical to make-vl-useset-report-entry, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-vl-useset-report-entry (&rest args) (std::make-aggregate 'vl-useset-report-entry args '((:name) (:spurious) (:unused) (:unset) (:wwires) (:warnings) (:typos) (:lvalue-inputs)) 'make-honsed-vl-useset-report-entry t))