Function: comp-func-l-lap-block
comp-func-l-lap-block is a byte-compiled function defined in
comp.el.gz.
Signature
(comp-func-l-lap-block CL-X)
Documentation
Access slot "lap-block" of comp-func-l struct CL-X.
LAP label -> LIMPLE basic block name.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(cl-defstruct (comp-func-l (:include comp-func))
"Lexically-scoped function."
(args nil :type comp-args-base
:documentation "Argument specification of the function"))