Raw constructor for honsed vl-endinfo-p structures.
Syntax:
(honsed-vl-endinfo name loc)
This is identical to vl-endinfo, except that we hons the structure we are creating.
This is an ordinary honsing constructor introduced by defaggregate.
Function:
(defun honsed-vl-endinfo (name loc) (declare (xargs :guard (and (maybe-stringp name) (vl-location-p loc)))) (mbe :logic (vl-endinfo name loc) :exec (hons name loc)))