Function: senator-register-p--cmacro

senator-register-p--cmacro is a function defined in senator.el.gz.

Signature

(senator-register-p--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining senator-register-p.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/senator.el.gz
;; Closure converted to defun by helpful.
(defun senator-register-p--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `senator-register-p'."
  (cl-block senator-register-p--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block senator-register-p
	(and
	 (memq
	  (type-of cl-x)
	  cl-struct-senator-register-tags)
	 t))
     nil nil nil cl-x)))