Recognizes names that can be used in scope operators.
(vl-scopename-p x) → bool
This is an abstraction that is mostly intended to serve as a return type for vl-scopeexpr->scopes.
Function:
(defun vl-scopename-p (x) (declare (xargs :guard t)) (let ((__function__ 'vl-scopename-p)) (declare (ignorable __function__)) (or (eq x :vl-local) (eq x :vl-$unit) (stringp x))))