Function: flymake--diag-p--cmacro
flymake--diag-p--cmacro is a function defined in flymake.el.gz.
Signature
(flymake--diag-p--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining flymake--diag-p.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
;; Closure converted to defun by helpful.
(defun flymake--diag-p--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `flymake--diag-p'."
(cl-block flymake--diag-p--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block flymake--diag-p
(and
(memq
(type-of cl-x)
cl-struct-flymake--diag-tags)
t))
nil nil nil cl-x)))